From 36eb3edf4809c59eb2ed6d6663b5955cb2a56644 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 8 Jun 2010 13:44:53 +0200 Subject: maj aaabasicfs#2010-rc1 --- base/aaabasicfs/Pkgfile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'base/aaabasicfs/Pkgfile') diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile index c21e948e6..b8e8b8b26 100644 --- a/base/aaabasicfs/Pkgfile +++ b/base/aaabasicfs/Pkgfile @@ -6,12 +6,14 @@ name=aaabasicfs version=2010 -release=beta-4 +release=rc1 scriptsversion=lfs-bootscripts-20100124 +BLFSscriptsversion=20090302 source=( http://www.linuxfromscratch.org/lfs/downloads/development/$scriptsversion.tar.bz2\ + http://www.linuxfromscratch.org/blfs/downloads/svn/blfs-bootscripts-$BLFSscriptsversion.tar.bz2 hosts console fstab inittab message inputrc network \ profile dircolors.sh extrapaths.sh bash_profile bashrc bashrc.etc lfs-bootscripts-01.patch \ - blfs-bootscripts nu readline.sh unmask.sh X.sh bashrc ) + nu readline.sh unmask.sh X.sh bashrc ) build() { @@ -169,9 +171,15 @@ EOF mkdir -p $PKG/root/bin cp -v nu $PKG/root/bin # Customise startup scripts - cp blfs-bootscripts $PKG/var/lib/pkg/ + cat > $PKG/var/lib/pkg/blfs-bootscripts << "EOF" +scripts=blfs-bootscripts +scriptsversion=$BLFSscriptsversion +EOF ln -s /var/lib/pkg/blfs-bootscripts $PKG/etc/blfs-bootscripts cp -v message $PKG/boot/ + # Install Random Number Generation + cd $SRC/blfs-bootscripts-$BLFSscriptsversion + make DESTDIR=$PKG install-random cat > $PKG/etc/skel/.dmrc << "EOF" [Desktop] -- cgit v1.2.3-70-g09d2