whoops
This commit is contained in:
parent
3831900f53
commit
aec63608a5
3
PKGBUILD
3
PKGBUILD
|
@ -14,6 +14,7 @@ sha256sums=('SKIP') #Don't know how to use this on a repo.
|
||||||
package() {
|
package() {
|
||||||
install -d ${pkgdir}/usr/bin ${pkgdir}/opt/clemmy
|
install -d ${pkgdir}/usr/bin ${pkgdir}/opt/clemmy
|
||||||
cp *.sh ${pkgdir}/opt/clemmy
|
cp *.sh ${pkgdir}/opt/clemmy
|
||||||
|
cp -r commands ${pkgdir}/opt/clemmy/commands
|
||||||
ln -s ${pkgdir}/opt/clemmy/clemmy.sh ${pkgdir}/usr/bin/clemmy
|
ln -s ${pkgdir}/opt/clemmy/clemmy.sh ${pkgdir}/usr/bin/clemmy
|
||||||
chmod +x ${pkgdir}/usr/bin/
|
chmod +x ${pkgdir}/opt/clemmy/clemmy.sh
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user