1
0
Fork 0
mirror of https://github.com/erkin/ponysay.git synced 2025-03-02 07:24:32 +01:00

configure cache uninstall fix

This commit is contained in:
Mattias Andrée 2012-08-20 20:33:02 +02:00
parent 1fdc172a41
commit 9577342615

2
configure vendored
View file

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