summaryrefslogtreecommitdiff
path: root/scummvm
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2007-07-05 07:35:06 -0500
committerMatt Housh <jaeger@crux.nu>2007-07-05 07:35:06 -0500
commitad28a3fc649c711dbf5a8c686a097c6243803d0f (patch)
tree9767c5e20f34576f40b1837aa4df4d824cb76435 /scummvm
parent69f4e0566a2df747ca062efd439d38a1454771e7 (diff)
downloadopt-ad28a3fc649c711dbf5a8c686a097c6243803d0f.tar.gz
opt-ad28a3fc649c711dbf5a8c686a097c6243803d0f.tar.xz
scummvm: removed extra themes directory per request
Diffstat (limited to 'scummvm')
-rw-r--r--scummvm/.footprint4
-rw-r--r--scummvm/Pkgfile6
2 files changed, 1 insertions, 9 deletions
diff --git a/scummvm/.footprint b/scummvm/.footprint
index 8e3333570..dc8201623 100644
--- a/scummvm/.footprint
+++ b/scummvm/.footprint
@@ -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
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