Fix deb packaging
This commit is contained in:
@@ -3,7 +3,7 @@ Version: {VERSION}
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: Paul Chote <sleipnir@sleipnirstuff.com>
|
Maintainer: Paul Chote <sleipnir@sleipnirstuff.com>
|
||||||
Installed-Size: {SIZE}
|
Installed-Size: {SIZE}
|
||||||
Depends: libopenal1, mono-runtime (>= 2.6.7), libmono-winforms2.0-cil, libfreetype6, libsdl1.2debian, libgl1-mesa-glx, libgl1-mesa-dri, libmono-i18n2.0-cil, ttf-freefont
|
Depends: libopenal1, mono-runtime (>= 2.6.7), libmono-winforms2.0-cil, libfreetype6, libsdl1.2debian, libgl1-mesa-glx, libgl1-mesa-dri, libmono-i18n2.0-cil
|
||||||
Section: games
|
Section: games
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Homepage: http://www.open-ra.org/
|
Homepage: http://www.open-ra.org/
|
||||||
|
|||||||
@@ -19,10 +19,6 @@ mkdir root
|
|||||||
cp -R DEBIAN root
|
cp -R DEBIAN root
|
||||||
cp -R $rootdir/usr root
|
cp -R $rootdir/usr root
|
||||||
|
|
||||||
# Remove duplicate fonts provided by ttf-freefont
|
|
||||||
rm root/usr/share/openra/FreeSans.ttf
|
|
||||||
rm root/usr/share/openra/FreeSansBold.ttf
|
|
||||||
|
|
||||||
# Binaries go in /usr/games
|
# Binaries go in /usr/games
|
||||||
mv root/usr/bin/ root/usr/games/
|
mv root/usr/bin/ root/usr/games/
|
||||||
sed "s/\/usr\/bin\//\/usr\/games\//" root/usr/share/applications/openra.desktop > temp
|
sed "s/\/usr\/bin\//\/usr\/games\//" root/usr/share/applications/openra.desktop > temp
|
||||||
|
|||||||
Reference in New Issue
Block a user