mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 18:36:43 +01:00
configure cache uninstall fix
This commit is contained in:
parent
1fdc172a41
commit
9577342615
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -309,7 +309,7 @@ EOF
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo 'uninstall:'
|
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
|
for old in $installedDirs; do
|
||||||
echo -en '\t'
|
echo -en '\t'
|
||||||
echo 'if [ -d "$(INSTALLDIR)/'"$old"'" ]; then rm -rf "$(INSTALLDIR)/'"$old"'"; fi'
|
echo 'if [ -d "$(INSTALLDIR)/'"$old"'" ]; then rm -rf "$(INSTALLDIR)/'"$old"'"; fi'
|
||||||
|
|
Loading…
Reference in a new issue