summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPol Marcet Sardà2019-09-04 22:30:30 +0200
committerPol Marcet Sardà2019-09-04 22:30:30 +0200
commit914c6257253da71da539b44a57550844b246888a (patch)
tree5e540064dfbf1a772403b86d5e6a7d32b079020f /PKGBUILD
parent5e349891e90e8f3e42e27a01363978b9452677ac (diff)
downloadaur-914c6257253da71da539b44a57550844b246888a.tar.gz
Fix lib64 issue. Manual move no longuer needed.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7ed6397d2b5..3c216a7bfd96 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=doomseeker
pkgver=r2478.c4537370dc5c
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A cross-platform Doom server browser"
arch=(i686 x86_64)
@@ -43,6 +43,4 @@ build() {
package() {
cd "$srcdir/$pkgname/build/"
make DESTDIR=$pkgdir install
- # lib64 is a symlink of lib. We have to move stuff to lib
- mv $pkgdir/usr/lib64 $pkgdir/usr/lib
}