This commit is contained in:
0x1eef 2024-09-22 19:10:02 -03:00
parent 1c80d1397b
commit 901adcecd4

View file

@ -39,7 +39,7 @@ if [ -e "${sharebase}"/"${skel}".skeleton ]; then
-exec install -m u=rwx,g=rx,o= {} "${destdir}"/"{}" \; \
-exec echo -n . \;
echo
printok "initialized ${app}"
printok "initialized ${appname}"
else
printerr "skeleton ${skel} was not found"
exit 1