mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 21:46:42 +01:00
cleaning kms cache in install, incase format is edited
This commit is contained in:
parent
ff32ad65ec
commit
6dc8d1d8a2
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -213,6 +213,7 @@ function makeMakefile()
|
||||||
echo 'install "'"$file"'" "$(INSTALLDIR)/share/licenses/ponysay/'"$file"'"'
|
echo 'install "'"$file"'" "$(INSTALLDIR)/share/licenses/ponysay/'"$file"'"'
|
||||||
done
|
done
|
||||||
echo
|
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 'mkdir -p $(DESTDIR)/var/cache/ponysay/'
|
||||||
echo -en '\t' ; echo 'chmod 777 $(DESTDIR)/var/cache/ponysay/'
|
echo -en '\t' ; echo 'chmod 777 $(DESTDIR)/var/cache/ponysay/'
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue