This commit is contained in:
Zergling_man 2023-04-25 03:25:22 +10:00
parent 3831900f53
commit aec63608a5
2 changed files with 3 additions and 2 deletions

View File

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