Skip to content

Commit

Permalink
configure cache uninstall fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maandree committed Aug 20, 2012
1 parent 1fdc172 commit 9577342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ EOF
echo

echo 'uninstall:'
echo -en '\t' ; echo 'if [ -d "$(DESTDIR)/var/cache/ponysay" ]; then rm -rf "$(INSTALLDIR)/var/cache/ponysay"; fi'
echo -en '\t' ; echo 'if [ -d "$/var/cache/ponysay" ]; then rm -rf "$/var/cache/ponysay"; fi'
for old in $installedDirs; do
echo -en '\t'
echo 'if [ -d "$(INSTALLDIR)/'"$old"'" ]; then rm -rf "$(INSTALLDIR)/'"$old"'"; fi'
Expand Down

0 comments on commit 9577342

Please sign in to comment.