Desura compatibility

- create launch scripts for Desura
- that access local installation launch scripts
- clean up /usr/* launch scripts created during make install
This commit is contained in:
Matthias Mailänder
2013-03-21 09:41:10 +01:00
parent aa6f12f0a1
commit 28d740dfc3
6 changed files with 58 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ cp -T openra-bin $ROOTDIR/usr/bin/openra
mkdir -p $ROOTDIR/usr/share/openra/
cp -R $BUILTDIR/* "$ROOTDIR/usr/share/openra/" || exit 3
# Desura launch scripts
cp ../../*.sh "$ROOTDIR/usr/share/openra/" || exit 3
# Desktop Icons
mkdir -p $ROOTDIR/usr/share/applications/
cp openra.desktop "$ROOTDIR/usr/share/applications/"