[rkward] macports: added full path to port command

m.eik michalke meik.michalke at uni-duesseldorf.de
Mon Dec 21 00:48:44 UTC 2015


Git commit 54177d18fcc0ea236019b37df3982228729cc36c by m.eik michalke.
Committed on 21/12/2015 at 00:48.
Pushed by meikm into branch 'master'.

added full path to port command

  - missed one

M  +1    -1    macports/update_bundle.sh

http://commits.kde.org/rkward/54177d18fcc0ea236019b37df3982228729cc36c

diff --git a/macports/update_bundle.sh b/macports/update_bundle.sh
index 419788f..3ca648a 100755
--- a/macports/update_bundle.sh
+++ b/macports/update_bundle.sh
@@ -327,7 +327,7 @@ fi
 
 # remove previous installation and its build left-overs
 if $UPRKWARD ; then
-  INSTALLEDPORTS=$(port installed)
+  INSTALLEDPORTS=$(${MPTINST}/bin/port installed)
   # make sure each instance of previous RKWard installations is removed first
   for i in rkward rkward-devel rkward-binary rkward-devel-binary rkward-debug rkward-devel-debug ; do
     if [[ $(echo $INSTALLEDPORTS | grep "[[:space:]]${i}[[:space:]]" 2> /dev/null ) ]] ; then



More information about the rkward-tracker mailing list