summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2018-12-15 00:56:31 +0100
committerJoan Figueras2018-12-15 00:56:31 +0100
commit16728188e2972f32c11d5e785c75780ec933a365 (patch)
tree72f093e32b950794825da48b32e07c67e90cfc37 /PKGBUILD
parent7141ce9b0f61610aa429560c4e3d0bbff2ca71f4 (diff)
downloadaur-16728188e2972f32c11d5e785c75780ec933a365.tar.gz
fix myconfig srcdir
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1310f031e566..e4b8cdecc81d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -117,7 +117,7 @@ prepare() {
# Put the file "myconfig" at the package folder to use this feature
if [ -f "../myconfig" ]; then
msg2 "Using user CUSTOM config..."
- cp -f ../myconfig .config
+ cp -f "${srcdir}"/myconfig .config
fi
make olddefconfig