Updated RPM build script to include menu, desktop and icon files.
This commit is contained in:
@@ -42,7 +42,7 @@ do
|
||||
popd
|
||||
break;;
|
||||
n|N)
|
||||
echo "The RA packages will need to be manually extracted from http://open-ra.org/get-dependency.php?file=ra-packages \
|
||||
echo "The RA packages will need to be manually extracted from http://open-ra.org/get-dependency.php?file=ra-packages \
|
||||
to /usr/share/openra/mods/ra/packages before the RA mod will work."
|
||||
break;;
|
||||
*) echo "Please enter y or n.";;
|
||||
@@ -62,7 +62,7 @@ do
|
||||
popd
|
||||
break;;
|
||||
n|N)
|
||||
echo "The C&C packages will need to be manually extracted from http://open-ra.org/get-dependency.php?file=cnc-packages \
|
||||
echo "The C&C packages will need to be manually extracted from http://open-ra.org/get-dependency.php?file=cnc-packages \
|
||||
to /usr/share/openra/mods/cnc/packages before the C&C mod will work."
|
||||
break;;
|
||||
*) echo "Please enter y or n.";;
|
||||
@@ -84,3 +84,11 @@ gacutil -i $RPM_BUILD_ROOT/usr/share/openra/thirdparty/Tao/Tao.Sdl.dll
|
||||
/usr/share/openra/shaders/
|
||||
/usr/share/openra/mods/
|
||||
/usr/share/openra/thirdparty/
|
||||
/usr/share/applications/openra*
|
||||
/usr/share/menu/openra*
|
||||
/usr/share/pixmaps/openra.32.xpm
|
||||
/usr/share/icons/hicolor/16x16/applications/openra.png
|
||||
/usr/share/icons/hicolor/32x32/applications/openra.png
|
||||
/usr/share/icons/hicolor/48x48/applications/openra.png
|
||||
/usr/share/icons/hicolor/64x64/applications/openra.png
|
||||
/usr/share/icons/hicolor/128x128/applications/openra.png
|
||||
|
||||
Reference in New Issue
Block a user