Update /usr/bin/cpod symlink

This commit is contained in:
willemw12 2019-04-06 08:14:12 +02:00
parent 4a6335e831
commit ea3e602383

View file

@ -37,6 +37,6 @@ package() {
bsdtar xf data.tar.xz --directory "$pkgdir" bsdtar xf data.tar.xz --directory "$pkgdir"
install -dm755 "$pkgdir/usr/bin" install -dm755 "$pkgdir/usr/bin"
ln -sf /opt/CPod/cumulonimbus "$pkgdir/usr/bin/cpod" ln -sf /opt/CPod/cpod "$pkgdir/usr/bin/cpod"
} }