diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-03 20:47:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-03 20:47:07 +0100 |
commit | 395acf568b4241b5e466df4552dc2910cda41be4 (patch) | |
tree | c1cb9ab9d1d872c729475d0e773e128a24a3b94e /base | |
parent | ca1f0bb0b6ea95c2e59394c34534b8242f623a29 (diff) | |
download | nutyx-extra-395acf568b4241b5e466df4552dc2910cda41be4.tar.gz nutyx-extra-395acf568b4241b5e466df4552dc2910cda41be4.tar.bz2 nutyx-extra-395acf568b4241b5e466df4552dc2910cda41be4.tar.xz nutyx-extra-395acf568b4241b5e466df4552dc2910cda41be4.zip |
lua, maj footprint et man déplacé
Diffstat (limited to 'base')
-rw-r--r-- | base/lua/.footprint.i686 | 9 | ||||
-rw-r--r-- | base/lua/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | base/lua/Pkgfile | 3 |
3 files changed, 12 insertions, 9 deletions
diff --git a/base/lua/.footprint.i686 b/base/lua/.footprint.i686 index acc1a705a..222013ef6 100644 --- a/base/lua/.footprint.i686 +++ b/base/lua/.footprint.i686 @@ -14,7 +14,8 @@ drwxr-xr-x root/root usr/lib/lua/ drwxr-xr-x root/root usr/lib/lua/5.1/ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/lua.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/lua.1 --rw-r--r-- root/root usr/man/man1/luac.1 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/lua.1.gz +-rw-r--r-- root/root usr/share/man/man1/luac.1.gz diff --git a/base/lua/.footprint.x86_64 b/base/lua/.footprint.x86_64 index acc1a705a..222013ef6 100644 --- a/base/lua/.footprint.x86_64 +++ b/base/lua/.footprint.x86_64 @@ -14,7 +14,8 @@ drwxr-xr-x root/root usr/lib/lua/ drwxr-xr-x root/root usr/lib/lua/5.1/ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/lua.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/lua.1 --rw-r--r-- root/root usr/man/man1/luac.1 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/lua.1.gz +-rw-r--r-- root/root usr/share/man/man1/luac.1.gz diff --git a/base/lua/Pkgfile b/base/lua/Pkgfile index 22ed2d716..f4a551275 100644 --- a/base/lua/Pkgfile +++ b/base/lua/Pkgfile @@ -21,7 +21,8 @@ build() { make linux make INSTALL_TOP=$PKG/usr install - rm -rf $PKG/usr/share + mv $PKG/usr/{man,share/man} + rm -r $PKG/usr/share/lua install -D -m 0644 etc/lua.pc $PKG/usr/lib/pkgconfig/lua.pc } |