[rkward] macports: more fixes to the bundle script

m.eik michalke meik.michalke at uni-duesseldorf.de
Tue Jan 5 09:12:33 UTC 2016


Git commit 1042faee0a2e35dbc1bbf2b82a0e844ddedea23c by m.eik michalke.
Committed on 05/01/2016 at 09:09.
Pushed by meikm into branch 'master'.

more fixes to the bundle script

  - another bugging quote

M  +1    -1    macports/update_bundle.sh

http://commits.kde.org/rkward/1042faee0a2e35dbc1bbf2b82a0e844ddedea23c

diff --git a/macports/update_bundle.sh b/macports/update_bundle.sh
index 8cf0291..3218b6d 100755
--- a/macports/update_bundle.sh
+++ b/macports/update_bundle.sh
@@ -348,7 +348,7 @@ fi
 # remove static libraries, they're a waste of disk space
 if $RMSTLIBS ; then
   echo "deleting all static libs in ${MPTINST}/lib/..."
-  sudo rm "${MPTINST}/lib/*.a"
+  sudo rm ${MPTINST}/lib/*.a
   echo "deleting all static libs in ${MPTINST}/var/macports/build..."
   #find "${MPTINST}/var/macports/build" -name "*.a" -exec sudo rm \{\} \;
   # only remove libs in destroot/libs/



More information about the rkward-tracker mailing list