mirror of
https://github.com/erkin/ponysay
synced 2024-11-16 16:37:59 +00:00
cache clean fix (no $DESTDIR)
This commit is contained in:
parent
4ee415dab1
commit
aa952d266a
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -213,7 +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 'if [ -d "/var/cache/ponysay" ]; then rm -r "/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
|
||||
|
|
Loading…
Reference in a new issue