cleaning kms cache in install, incase format is edited

This commit is contained in:
Mattias Andrée 2012-08-20 13:22:10 +02:00
parent ff32ad65ec
commit 6dc8d1d8a2

1
configure vendored
View file

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