Update /usr/bin/cpod symlink

master
willemw12 2019-04-06 08:14:12 +02:00
parent 4a6335e831
commit ea3e602383
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}