diff options
-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 } |