aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-20 20:33:02 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-20 20:33:02 +0200
commit95773426159f4ea615d15358022d1c4416089758 (patch)
tree5f197abf779e8aaef65e952d56edbd3179421218
parent1fdc172a414d0ffdd6949c0d9b11796a8a88d8c8 (diff)
downloadponysay-95773426159f4ea615d15358022d1c4416089758.tar.gz
ponysay-95773426159f4ea615d15358022d1c4416089758.tar.bz2
ponysay-95773426159f4ea615d15358022d1c4416089758.zip
configure cache uninstall fix
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index abd6953..a7b998b 100755
--- a/configure
+++ b/configure
@@ -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'