From: Michael Tremer Date: Wed, 2 Feb 2011 17:01:53 +0000 (+0100) Subject: build-essentials: Add chroot-shell. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c9bc13bf206aa9fa064d82ae4dd869097ab15ce;p=ipfire-3.x.git build-essentials: Add chroot-shell. --- diff --git a/pkgs/core/build-essentials/build-essentials.nm b/pkgs/core/build-essentials/build-essentials.nm index 526b3946f..3b58b289e 100644 --- a/pkgs/core/build-essentials/build-essentials.nm +++ b/pkgs/core/build-essentials/build-essentials.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = build-essentials PKG_VER = $(DISTRO_VERSION) -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = Michael Tremer PKG_GROUP = Development/Tools @@ -47,6 +47,7 @@ STAGE_BUILD = # Nothing to do here define STAGE_INSTALL # Install the quality-agent and buildsystem header files. + -mkdir -pv $(BUILDROOT)/usr/bin -mkdir -pv $(BUILDROOT)/usr/sbin -mkdir -pv $(BUILDROOT)/usr/lib/buildsystem -mkdir -pv $(BUILDROOT)/usr/lib/quality-agent @@ -59,4 +60,8 @@ define STAGE_INSTALL -mkdir -pv $(BUILDROOT)/etc/profile.d cp -vf buildsystem.sh $(BUILDROOT)/etc/profile.d/ + + # Install chroot shell + cp -vf chroot-shell $(BUILDROOT)/usr/bin/chroot-shell + chmod -v 755 $(BUILDROOT)/usr/bin/chroot-shell endef