scummvm: removed extra themes directory per request

This commit is contained in:
Matt Housh 2007-07-05 07:35:06 -05:00
parent 69f4e0566a
commit ad28a3fc64
2 changed files with 1 additions and 9 deletions

View File

@ -11,7 +11,3 @@ drwxr-xr-x root/root usr/share/scummvm/
-rw-r--r-- root/root usr/share/scummvm/classic080.ini
-rw-r--r-- root/root usr/share/scummvm/modern.ini
-rw-r--r-- root/root usr/share/scummvm/modern.zip
drwxr-xr-x root/root usr/share/scummvm/themes/
-rw-r--r-- root/root usr/share/scummvm/themes/classic080.ini
-rw-r--r-- root/root usr/share/scummvm/themes/modern.ini
-rw-r--r-- root/root usr/share/scummvm/themes/modern.zip

View File

@ -5,7 +5,7 @@
name=scummvm
version=0.10.0
release=1
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
@ -13,9 +13,5 @@ build() {
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
install -d $PKG/usr/share/scummvm/themes
install -m 0644 gui/themes/* $PKG/usr/share/scummvm/themes
rm -rf $PKG/usr/share/doc
}