scummvm: removed extra themes directory per request
This commit is contained in:
parent
69f4e0566a
commit
ad28a3fc64
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user