From 395acf568b4241b5e466df4552dc2910cda41be4 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 3 Mar 2011 20:47:07 +0100 Subject: lua, maj footprint et man déplacé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/lua/.footprint.i686 | 9 +++++---- base/lua/.footprint.x86_64 | 9 +++++---- base/lua/Pkgfile | 3 ++- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'base') 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 } -- cgit v1.2.3-54-g00ecf