diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-21 19:35:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-21 19:35:55 +0200 |
commit | c13ce26768e760908078244e251c7b3c19b26a8f (patch) | |
tree | 030e304c8d68fdd94ad6bd3c574725119ff3c102 /configure | |
parent | 194ddff8fa50b493e822012c51c026de1f76ea2d (diff) | |
download | ponysay-c13ce26768e760908078244e251c7b3c19b26a8f.tar.gz ponysay-c13ce26768e760908078244e251c7b3c19b26a8f.tar.bz2 ponysay-c13ce26768e760908078244e251c7b3c19b26a8f.zip |
automatic cache clean
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -239,7 +239,6 @@ function makeMakefile() echo echo 'install-cache:' - 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 |