diff options
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -213,6 +213,7 @@ function makeMakefile() echo 'install "'"$file"'" "$(INSTALLDIR)/share/licenses/ponysay/'"$file"'"' done echo + echo -en '\t' ; echo 'if [ -d "$(DESTDIR)/var/cache/ponysay" ]; then rm -r "$(DESTDIR)/var/cache/ponysay"; fi' echo -en '\t' ; echo 'mkdir -p $(DESTDIR)/var/cache/ponysay/' echo -en '\t' ; echo 'chmod 777 $(DESTDIR)/var/cache/ponysay/' echo |