[PC-BSD Commits] r2802 - pbibuild/modules/winrar3
svn at pcbsd.org
svn at pcbsd.org
Fri Sep 19 11:15:50 PDT 2008
Author: kris
Date: 2008-09-19 11:15:49 -0700 (Fri, 19 Sep 2008)
New Revision: 2802
Modified:
pbibuild/modules/winrar3/build.sh
Log:
Fixed a typo in build.sh for winrar3, causing it to not setup bin/winrar properly
Modified: pbibuild/modules/winrar3/build.sh
===================================================================
--- pbibuild/modules/winrar3/build.sh 2008-09-19 14:48:59 UTC (rev 2801)
+++ pbibuild/modules/winrar3/build.sh 2008-09-19 18:15:49 UTC (rev 2802)
@@ -11,5 +11,5 @@
# Save the right version number in the winrar script
sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winrar > /tmp/winrar
-mv /tmp/winrar ${PBIDIR}/bin/winrara
+mv /tmp/winrar ${PBIDIR}/bin/winrar
chmod 755 ${PBIDIR}/bin/winrar
More information about the Commits
mailing list