diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-07 10:49:52 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-07 10:49:52 +0100 |
commit | 20911e141f99c1ad544525b641cbe9cb2dcd4b09 (patch) | |
tree | edf1a157662d06a4119e626200e2613c26e1f80c /base/aaabasicfs | |
parent | f98c03fe37c7aea5a4bc9e5bc71979f0dfe38c25 (diff) | |
download | nutyx-extra-20911e141f99c1ad544525b641cbe9cb2dcd4b09.tar.gz nutyx-extra-20911e141f99c1ad544525b641cbe9cb2dcd4b09.tar.bz2 nutyx-extra-20911e141f99c1ad544525b641cbe9cb2dcd4b09.tar.xz nutyx-extra-20911e141f99c1ad544525b641cbe9cb2dcd4b09.zip |
Suppression de /srv/NuTyX/locale dans l'install de aaabasic, provoque une erreur
Diffstat (limited to 'base/aaabasicfs')
-rw-r--r-- | base/aaabasicfs/.footprint | 2 | ||||
-rw-r--r-- | base/aaabasicfs/Pkgfile | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/base/aaabasicfs/.footprint b/base/aaabasicfs/.footprint index 160d504f8..4d8ece69d 100644 --- a/base/aaabasicfs/.footprint +++ b/base/aaabasicfs/.footprint @@ -170,8 +170,6 @@ lrwxrwxrwx root/root root/useradd -> ../etc/default/useradd lrwxrwxrwx root/root root/xorg.conf -> ../etc/X11/xorg.conf drwxr-xr-x root/root sbin/ drwxr-xr-x root/root srv/ -drwxr-xr-x root/root srv/NuTyX/ -drwxr-xr-x root/root srv/NuTyX/locale/ drwxrwxrwt root/root srv/sources/ drwxr-xr-x root/root sys/ drwxrwxrwt root/root tmp/ diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile index 030b37fce..00384a548 100644 --- a/base/aaabasicfs/Pkgfile +++ b/base/aaabasicfs/Pkgfile @@ -23,7 +23,6 @@ build() { install -dv -m 0750 $PKG/root install -dv -m 1777 $PKG/tmp install -dv -m 1777 $PKG/var/tmp - mkdir -pv $PKG/srv/NuTyX/locale mkdir -pv $PKG/usr/{,local/}{bin,include,lib,sbin,src} mkdir -pv $PKG/usr/{,local/}share/{doc,info,locale,man} mkdir -v $PKG/usr/{,local/}share/{misc,terminfo,zoneinfo} |