From ea3e60238348fc5960c055fcaec07ff914b5e424 Mon Sep 17 00:00:00 2001 From: willemw12 Date: Sat, 6 Apr 2019 08:14:12 +0200 Subject: [PATCH] Update /usr/bin/cpod symlink --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 414af88..8704b84 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" }