Update /usr/bin/cpod symlink
parent
4a6335e831
commit
ea3e602383
2
PKGBUILD
2
PKGBUILD
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue