summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2009-11-07 18:05:51 -0500
committerSlashbunny2009-11-07 18:05:51 -0500
commit24b80f9c46f4b9090c5cbfa5b68debb36d50c8b1 (patch)
treed4003c0fd8f8bbca8b77103655222fff12b4d3b9 /PKGBUILD
parent663d29d24c1d1a8f6bb2bab56254166d1e831a66 (diff)
downloadaur-24b80f9c46f4b9090c5cbfa5b68debb36d50c8b1.tar.gz
Removed pre-packaged libraries in doom3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 947d92e859ab..a4175e8832fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=doom3
pkgver=1.3.1.1304
-pkgrel=3
+pkgrel=4
pkgdesc='Doom 3 Engine. You need the retail .pk4 files to play.'
url='http://www.doom3.com/'
license=('custom:"DOOM 3"' 'custom:"PunkBuster"')
@@ -87,4 +87,7 @@ build() {
# Install Desktop File
install -D -m 644 $srcdir/doom3.desktop \
$pkgdir/usr/share/applications/doom3.desktop
+
+ # Remove Bundled Libraries (Doom3 will use the System Libraries)
+ rm $pkgdir/opt/doom3/{libgcc_s.so.1,libstdc++.so.6}
}