summaryrefslogtreecommitdiff
path: root/lua51
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2015-11-04 12:34:50 +1100
committerDanny Rawlins <monster.romster@gmail.com>2015-11-04 14:37:36 +1100
commit20bd0a196859ecbc215da194403a3bfa3ef2264f (patch)
tree920af5a68aec55586dce2e160d22d0aa081ec263 /lua51
parentca9df6680b068ed5da9e5b72eb666444bb71d353 (diff)
downloadopt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.gz
opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.xz
update romster ports for new man page location
Diffstat (limited to 'lua51')
-rw-r--r--lua51/.footprint8
-rw-r--r--lua51/Pkgfile6
2 files changed, 7 insertions, 7 deletions
diff --git a/lua51/.footprint b/lua51/.footprint
index b4ee27747..cd3f937e7 100644
--- a/lua51/.footprint
+++ b/lua51/.footprint
@@ -20,10 +20,10 @@ 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/lua5.1.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/lua5.1.1.gz
--rw-r--r-- root/root usr/man/man1/luac5.1.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/lua/
drwxr-xr-x root/root usr/share/lua/5.1/
+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/lua5.1.1.gz
+-rw-r--r-- root/root usr/share/man/man1/luac5.1.1.gz
diff --git a/lua51/Pkgfile b/lua51/Pkgfile
index 151f6af5a..06509987c 100644
--- a/lua51/Pkgfile
+++ b/lua51/Pkgfile
@@ -29,7 +29,7 @@ build() {
make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
- install -d $PKG/usr/include/lua5.1 $PKG/usr/man/man1 $PKG/usr/lib
+ install -d $PKG/usr/include/lua5.1 $PKG/usr/share/man/man1 $PKG/usr/lib
make \
TO_BIN="lua5.1 luac5.1" \
@@ -37,7 +37,7 @@ build() {
INSTALL_DATA='cp -d' \
INSTALL_TOP="$PKG/usr" \
INSTALL_INC="$PKG/usr/include/lua5.1" \
- INSTALL_MAN="$PKG/usr/man/man1" \
+ INSTALL_MAN="$PKG/usr/share/man/man1" \
install
install -m 0644 -D etc/lua.pc $PKG/usr/lib/pkgconfig/lua5.1.pc
@@ -45,7 +45,7 @@ build() {
# fixups
ln -s liblua5.1.so $PKG/usr/lib/liblua.so.5.1
ln -s liblua5.1.so $PKG/usr/lib/liblua.so.$version
- cd $PKG/usr/man/man1
+ cd $PKG/usr/share/man/man1
mv lua.1 lua5.1.1
mv luac.1 luac5.1.1
}

Generated by cgit