diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-28 18:32:50 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-28 18:32:50 +0200 |
commit | fc34a9c467894c2e8ea048f1dd70720aacf6e7d1 (patch) | |
tree | 38356f8826583099d2c292f81c9aece45b23f887 | |
parent | 208620b47677fec403414c0bb8d4978cae77d1ac (diff) | |
download | nutyx-pakxe-fc34a9c467894c2e8ea048f1dd70720aacf6e7d1.tar.gz nutyx-pakxe-fc34a9c467894c2e8ea048f1dd70720aacf6e7d1.tar.bz2 nutyx-pakxe-fc34a9c467894c2e8ea048f1dd70720aacf6e7d1.tar.xz nutyx-pakxe-fc34a9c467894c2e8ea048f1dd70720aacf6e7d1.zip |
Maj aaabasicfs#2010-beta-1NuTyX2010-beta-1
-rw-r--r-- | base/aaabasicfs/.footprint | 3 | ||||
-rw-r--r-- | base/aaabasicfs/Pkgfile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/base/aaabasicfs/.footprint b/base/aaabasicfs/.footprint index b40e89a72..8164755b1 100644 --- a/base/aaabasicfs/.footprint +++ b/base/aaabasicfs/.footprint @@ -16,7 +16,6 @@ drwxr-xr-x root/root etc/default/ -rw-r--r-- root/root etc/inittab -rw-r--r-- root/root etc/inputrc -rw-r--r-- root/root etc/mtab (EMPTY) --rw-r--r-- root/root etc/nutyx-version drwxr-xr-x root/root etc/opt/ -rw-r--r-- root/root etc/passwd -rw-r--r-- root/root etc/profile @@ -229,6 +228,8 @@ drwxr-xr-x root/root var/cache/ drwxr-xr-x root/root var/lib/ drwxr-xr-x root/root var/lib/locate/ drwxr-xr-x root/root var/lib/misc/ +drwxr-xr-x root/root var/lib/pkg/ +-rw-r--r-- root/root var/lib/pkg/nutyx-version drwxr-xr-x root/root var/local/ drwxr-xr-x root/root var/lock/ drwxr-xr-x root/root var/log/ diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile index 5cabfb1c6..da8e7091a 100644 --- a/base/aaabasicfs/Pkgfile +++ b/base/aaabasicfs/Pkgfile @@ -6,7 +6,7 @@ name=aaabasicfs version=2010 -release=1 +release=beta-1 scriptsversion=lfs-bootscripts-20100124 source=( http://www.linuxfromscratch.org/lfs/downloads/development/$scriptsversion.tar.bz2\ hosts clock console fstab inittab message inputrc network \ @@ -47,7 +47,8 @@ build() { # Creating essential Files and Symlinks touch $PKG/etc/mtab ln -sv bash $PKG/bin/sh - echo "$version-$release" > $PKG/etc/nutyx-version + mkdir -p $PKG/var/lib/pkg/ + echo "$version-$release" > $PKG/var/lib/pkg/nutyx-version cat > $PKG/etc/shells << "EOF" /bin/sh /bin/bash |