From: Michael Tremer Date: Thu, 10 Mar 2011 15:57:31 +0000 (+0100) Subject: build-essentials: Add setup package as dependency. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25fd08ab923373d8f0db5b7cbe78c7fb34cbb840;p=ipfire-3.x.git build-essentials: Add setup package as dependency. --- diff --git a/pkgs/build-essentials/build-essentials.nm b/pkgs/build-essentials/build-essentials.nm index d6f10cd82..7c04a84f5 100644 --- a/pkgs/build-essentials/build-essentials.nm +++ b/pkgs/build-essentials/build-essentials.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = build-essentials PKG_VER = $(DISTRO_VERSION) -PKG_REL = 5 +PKG_REL = 6 PKG_EPOCH = 1 PKG_ARCH = noarch @@ -38,7 +38,7 @@ PKG_SUMMARY = Elementary scripts for the build system. PKG_BUILD_DEPS = PKG_DEPS += bash bzip2 coreutils diffutils file findutils gawk \ - grep gzip make patch pkgconfig sed system-release tar which xz + grep gzip make patch pkgconfig sed setup system-release tar which xz define PKG_DESCRIPTION This package contains elementary scripts for the pakfire build system.