[PC-BSD Commits] r5752 - pbibuild/modules/x11-fm/mucommander
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 4 10:22:32 PST 2010
Author: kris
Date: 2010-01-04 10:22:32 -0800 (Mon, 04 Jan 2010)
New Revision: 5752
Modified:
pbibuild/modules/x11-fm/mucommander/build.sh
pbibuild/modules/x11-fm/mucommander/pbi.conf
Log:
Fixed a typo in mucommander causing it to not run
Modified: pbibuild/modules/x11-fm/mucommander/build.sh
===================================================================
--- pbibuild/modules/x11-fm/mucommander/build.sh 2010-01-04 18:12:52 UTC (rev 5751)
+++ pbibuild/modules/x11-fm/mucommander/build.sh 2010-01-04 18:22:32 UTC (rev 5752)
@@ -15,7 +15,7 @@
cp -R /usr/local/diablo*jdk*/jre ${PBIDIR}/diablo-jre1.6.0
# Make the javavms file
-echo "${PBI_TARGET_FULLDIR}/diablo-jre1.6.0/bin/java # DiabloCaffe1.6.0" > ${PBIDIR}/etc/javavms
+echo "${PBI_TARGETFULLDIR}/diablo-jre1.6.0/bin/java # DiabloCaffe1.6.0" > ${PBIDIR}/etc/javavms
# Remove some extra libraries we don't need
cd ${PBIDIR}/autolibs
Modified: pbibuild/modules/x11-fm/mucommander/pbi.conf
===================================================================
--- pbibuild/modules/x11-fm/mucommander/pbi.conf 2010-01-04 18:12:52 UTC (rev 5751)
+++ pbibuild/modules/x11-fm/mucommander/pbi.conf 2010-01-04 18:22:32 UTC (rev 5752)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="01"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list