install openra to /usr/lib now that we ship native libraries

This commit is contained in:
Matthias Mailänder
2013-11-16 11:56:35 +01:00
committed by ScottNZ
parent 1d60b86b9b
commit 2062a1bf9b
3 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ cd ../..
make install-all prefix="/usr" DESTDIR="$PWD/packaging/linux/$ROOTDIR"
# Launch scripts (executed by Desura)
cp *.sh "$PWD/packaging/linux/$ROOTDIR/usr/share/openra/" || exit 3
cp *.sh "$PWD/packaging/linux/$ROOTDIR/usr/lib/openra/" || exit 3
# Icons and .desktop files
make install-shortcuts prefix="/usr" DESTDIR="$PWD/packaging/linux/$ROOTDIR"