aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Hudson2020-08-07 13:10:01 +0100
committerGeoff Hudson2020-08-07 13:10:01 +0100
commite2a07c7f50487495f193eafae68757f6bae5d328 (patch)
treec40584d65e742d71c4818bcd145a22a206b2d110
parent03bddb1028d58d29820521fcbccf8ac0cbbee03f (diff)
downloadaur-e2a07c7f50487495f193eafae68757f6bae5d328.tar.gz
Fixed bad link back to build dir
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2375747f3a2..d408de327eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -83,7 +83,7 @@ package() {
install -D -m 755 $srcdir/code42-install/scripts/code42.desktop $pkgdir/usr/share/applications/crashplan.desktop
# We need to change the name for now
- ln -sf $pkgdir/opt/crashplan/bin/Code42Service $pkgdir/opt/crashplan/bin/CrashPlanService
+ ln -sf "/opt/$_pkgname/bin/Code42Service" $pkgdir/opt/crashplan/bin/CrashPlanService
# rc.d daemon
install -D -m 755 $srcdir/crashplan-pro $pkgdir/etc/rc.d/crashplan-pro