diff --git a/PKGBUILD b/PKGBUILD index ead8a99..c08b8e2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,6 +14,7 @@ sha256sums=('SKIP') #Don't know how to use this on a repo. package() { install -d ${pkgdir}/usr/bin ${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 - chmod +x ${pkgdir}/usr/bin/ + chmod +x ${pkgdir}/opt/clemmy/clemmy.sh } \ No newline at end of file diff --git a/utils.sh b/utils.sh index ad5ae6f..1733717 100644 --- a/utils.sh +++ b/utils.sh @@ -13,7 +13,7 @@ getbody() namedget() { - echo $2: + echo $2: if [ $3 ]; then echo "(Press ctrl+d on a blank line to submit)" read $1 <<< $(cat)