[PC-BSD Commits] r18620 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 27 09:15:08 PDT 2012
Author: kris
Date: 2012-08-27 16:15:07 +0000 (Mon, 27 Aug 2012)
New Revision: 18620
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Opps, don't expand PBI
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-08-27 16:11:00 UTC (rev 18619)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-08-27 16:15:07 UTC (rev 18620)
@@ -3699,7 +3699,7 @@
> "${dir}/PBI-${i}"
# Set the correct permissions on the desktop file
- chmod 744 "${dir}/${PBI}-${i}"
+ chmod 744 "${dir}/PBI-${i}"
ifi="$PBI_PROGDIRPATH/${PBI_APPDESK_DIR}/PBI-${i}"
@@ -3743,7 +3743,7 @@
> "${dir}/PBI-${i}"
# Set the correct permissions on the menu file
- chmod 744 "${dir}/${PBI}-${i}"
+ chmod 744 "${dir}/PBI-${i}"
ifi="$PBI_PROGDIRPATH/${PBI_APPMENU_DIR}/PBI-${i}"
More information about the Commits
mailing list