# HG changeset patch # User Christophe Lincoln # Date 1488323181 -3600 # Node ID 2b701f1364b29622fbf0373c379d339914340acd # Parent 642f0fa9f0ff6744bfbf429df2bd6a5e6198a497 Fix wrong path for installed package (Tanks Paul for proofreading :-) diff -r 642f0fa9f0ff -r 2b701f1364b2 libsup.sh --- a/libsup.sh Tue Feb 28 22:35:20 2017 +0000 +++ b/libsup.sh Wed Mar 01 00:06:21 2017 +0100 @@ -118,7 +118,7 @@ done # Remove existing package files to avoid untracked files - if [ -d "$wok/$PACKAGE" ]; then + if [ -d "$installed/$PACKAGE" ]; then gettext "Removing existing package files..." remove_sup "$PACKAGE" >/dev/null; status fi