From 8547d9639218bdde235818d1640bbb4569749e79 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Mon, 24 Nov 2014 19:18:01 +0100 Subject: [PATCH] remove duplicate smbclient from ubuntu distrofiles --- distros/Makefile.UBUNTU_13.10 | 1 - distros/Makefile.UBUNTU_14.04 | 1 - distros/Makefile.UBUNTU_14.10 | 1 - 3 files changed, 3 deletions(-) diff --git a/distros/Makefile.UBUNTU_13.10 b/distros/Makefile.UBUNTU_13.10 index 413e956a..22450a8a 100644 --- a/distros/Makefile.UBUNTU_13.10 +++ b/distros/Makefile.UBUNTU_13.10 @@ -1,6 +1,5 @@ DISTRO_CODE = saucy BUILD_PACKAGES = -BUILD_PACKAGES += smbclient BUILD_PACKAGES += build-essential BUILD_PACKAGES += dpatch BUILD_PACKAGES += dnsutils diff --git a/distros/Makefile.UBUNTU_14.04 b/distros/Makefile.UBUNTU_14.04 index 2098ea37..83603a35 100644 --- a/distros/Makefile.UBUNTU_14.04 +++ b/distros/Makefile.UBUNTU_14.04 @@ -1,6 +1,5 @@ DISTRO_CODE = trusty BUILD_PACKAGES = -BUILD_PACKAGES += smbclient BUILD_PACKAGES += build-essential BUILD_PACKAGES += dpatch BUILD_PACKAGES += dnsutils diff --git a/distros/Makefile.UBUNTU_14.10 b/distros/Makefile.UBUNTU_14.10 index b783e624..9d1bfc0a 100644 --- a/distros/Makefile.UBUNTU_14.10 +++ b/distros/Makefile.UBUNTU_14.10 @@ -1,6 +1,5 @@ DISTRO_CODE = utopic BUILD_PACKAGES = -BUILD_PACKAGES += smbclient BUILD_PACKAGES += build-essential BUILD_PACKAGES += dpatch BUILD_PACKAGES += dnsutils -- 2.11.4.GIT