|
From: m.eik m. <mei...@un...> - 2015-02-11 15:31:29
|
Git commit 853f2dfdc4cc9fc1853aea7e3482d23c2a916ff6 by m.eik michalke. Committed on 11/02/2015 at 15:31. Pushed by meikm into branch 'master'. bundle script looked for the binary bundle in the wrong place M +1 -0 macports/update_bundle.sh http://commits.kde.org/rkward/853f2dfdc4cc9fc1853aea7e3482d23c2a916ff6 diff --git a/macports/update_bundle.sh b/macports/update_bundle.sh index 86ea51a..e388729 100755 --- a/macports/update_bundle.sh +++ b/macports/update_bundle.sh @@ -83,6 +83,7 @@ while getopts ":DdbflLprmscxXF:" OPT; do PNSUFFX="${PNSUFFX}-debug" >&2 ;; b) BINARY=TRUE >&2 PTARGET=${PTARGET}-binary >&2 + WORKDIR="/opt/ports/kde/rkward-devel/work" >&2 PNSUFFX="${PNSUFFX}-binary" >&2 ;; F) FRESHMCP=TRUE >&2 MCPVERS=$OPTARG >&2 ;; |