summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b9003c5ec6c..fe7021d23bbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Natalia Portillo <claunia@clania.com>
pkgname=pcem
pkgver=16
-pkgrel=3
+pkgrel=4
pkgdesc="Emulator for various IBM PC computers and clones."
url="http://pcem-emulator.co.uk/"
arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@ source=("http://pcem-emulator.co.uk/files/PCemV${pkgver}Linux.tar.gz"
prepare() {
cd "${srcdir}"
# fix build with gcc 10
- patch -p0 <../use-fcommon.patch
+ patch -p0 <"${srcdir}/use-fcommon.patch"
}
build() {
cd "${srcdir}"