summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122019-04-06 08:14:12 +0200
committerwillemw122019-04-06 08:14:12 +0200
commitea3e60238348fc5960c055fcaec07ff914b5e424 (patch)
treee48c34735f29d2a60d4d4053ae7d0ac2a3c0e14c
parent4a6335e831b2ca9936ba246dd2b2edae0e8968b1 (diff)
downloadaur-ea3e60238348fc5960c055fcaec07ff914b5e424.tar.gz
Update /usr/bin/cpod symlink
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 414af8898623..8704b84cd8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,6 @@ package() {
bsdtar xf data.tar.xz --directory "$pkgdir"
install -dm755 "$pkgdir/usr/bin"
- ln -sf /opt/CPod/cumulonimbus "$pkgdir/usr/bin/cpod"
+ ln -sf /opt/CPod/cpod "$pkgdir/usr/bin/cpod"
}