summaryrefslogtreecommitdiff
path: root/scummvm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'scummvm/Pkgfile')
-rw-r--r--scummvm/Pkgfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/scummvm/Pkgfile b/scummvm/Pkgfile
index a4817ecc9..8e36b38d0 100644
--- a/scummvm/Pkgfile
+++ b/scummvm/Pkgfile
@@ -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
}

Generated by cgit