summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302016-02-15 14:14:29 +0100
committerM0Rf302016-02-15 14:14:29 +0100
commit94fc767b0233768ab809fe08259b1b9076143ec0 (patch)
treece6379d9476ea50e021f59a2ab1320e90682eab4 /PKGBUILD
parent6fba874058c524587936540f1b5a4cf8c2b1bd89 (diff)
downloadaur-94fc767b0233768ab809fe08259b1b9076143ec0.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efacc7311f0a..62c5593b2f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ msg2 "Installing Openbazaar data"
cp -r $srcdir/${_pkgname} $pkgdir/opt/
msg2 "Symlinking to allow gui to automatically call daemon"
- ln -sr "/var/lib/openbazaard $pkgdir/opt/${_pkgname}/OpenBazaar-Server"
+ ln -sr /var/lib/openbazaard $pkgdir/opt/${_pkgname}/OpenBazaar-Server
msg2 "Installing execution script"
install -Dm755 $srcdir/${_pkgname}.sh $pkgdir/usr/bin/${_pkgname}