]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
build-essentials: Add setup package as dependency.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Mar 2011 15:57:31 +0000 (16:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Mar 2011 15:57:31 +0000 (16:57 +0100)
pkgs/build-essentials/build-essentials.nm

index d6f10cd826bc8e8ffe36625d447e4c555b22f245..7c04a84f50ea024866191e42fc260608c5e102ae 100644 (file)
@@ -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.