[43720] contrib/select/select.sh

raimue at macports.org raimue at macports.org
Sat Dec 13 17:30:54 PST 2008


Revision: 43720
          http://trac.macports.org/changeset/43720
Author:   raimue at macports.org
Date:     2008-12-13 17:30:54 -0800 (Sat, 13 Dec 2008)
Log Message:
-----------
select:
Fix rename of SELECTEDVERSION in inst_mode (forgot in r43715)

Modified Paths:
--------------
    contrib/select/select.sh

Modified: contrib/select/select.sh
===================================================================
--- contrib/select/select.sh	2008-12-14 01:28:40 UTC (rev 43719)
+++ contrib/select/select.sh	2008-12-14 01:30:54 UTC (rev 43720)
@@ -203,7 +203,7 @@
 if [ "1" = "${inst_mode}" ]; then
     echo "install mode: destroot: \"${DESTDIR}\""
     CONFPATH=${DESTDIR}${CONFPATH}
-    SELECTEDVERSION=${CONFPATH}/.current
+    SELECTEDVERSION=${CONFPATH}/current
     select_version ${1}
     exit ${?}
 fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081213/3d18e1eb/attachment.html>


More information about the macports-changes mailing list