correct the bindir for Debian launcher scripts

fixes #4048
This commit is contained in:
Matthias Mailänder
2013-11-02 16:22:47 +01:00
parent 48b03577e9
commit ff8a4a7f90

View File

@@ -21,6 +21,10 @@ cp -R $rootdir/usr root
# Binaries go in /usr/games
mv root/usr/bin/ root/usr/games/
sed "s/\/usr\/bin\//\/usr\/games\//" root/usr/games/openra > temp
mv temp root/usr/games/openra
sed "s/\/usr\/bin\//\/usr\/games\//" root/usr/games/openra-editor > temp
mv temp root/usr/games/openra-editor
# Put the copyright and changelog in /usr/share/doc/openra/
mkdir -p root/usr/share/doc/openra/