summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2018-05-08 09:25:23 +0200
committerSanpi2018-05-08 09:25:40 +0200
commit95a766b69c6fa1241908f7ff5aba665ba1322884 (patch)
tree694895d66218b4bd56b703e76944efc7314f967e
parent3fd742efc7582462226142281cca62a905e95c9c (diff)
downloadaur-95a766b69c6fa1241908f7ff5aba665ba1322884.tar.gz
Ignore nonexistent files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa860a23a73..3dc84b5fbad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rpcs3
pkgdesc = Open-source Sony PlayStation 3 Emulator
pkgver = 0.0.5
- pkgrel = 4
+ pkgrel = 5
url = https://rpcs3.net/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 18ac0d97ff6a..45c14e62562c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=rpcs3
pkgver=0.0.5
-pkgrel=4
+pkgrel=5
pkgdesc='Open-source Sony PlayStation 3 Emulator'
arch=('x86_64')
url='https://rpcs3.net/'
@@ -101,8 +101,8 @@ package()
if [ -n "$pkgdir" ]
then
- rm "$pkgdir/usr/bin/llvm-tblgen"
- rm -r "$pkgdir/usr/include"
- rm -r "$pkgdir/usr/lib"
+ rm --force "$pkgdir/usr/bin/llvm-tblgen"
+ rm --recursive --force "$pkgdir/usr/include"
+ rm --recursive --force "$pkgdir/usr/lib"
fi
}