[PC-BSD Commits] r840 - pbibuild/modules/xchat/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 6 08:46:46 PST 2007
Author: kris
Date: 2007-11-06 08:46:46 -0800 (Tue, 06 Nov 2007)
New Revision: 840
Modified:
pbibuild/modules/xchat/overlay-dir/PBI.FirstRun.sh
Log:
Fixed same bug in xchat which stoped previous version from being removed
properly
Modified: pbibuild/modules/xchat/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/xchat/overlay-dir/PBI.FirstRun.sh 2007-11-06 16:45:53 UTC (rev 839)
+++ pbibuild/modules/xchat/overlay-dir/PBI.FirstRun.sh 2007-11-06 16:46:46 UTC (rev 840)
@@ -30,7 +30,7 @@
echo $FF | grep XChat 2>/dev/null
if [ "$?" = "0" ]
then
- PBIdelete --remove ${FF}
+ PBIdelete -remove ${FF}
else
kdialog --sorry "XChat could not be automatically removed... Please remove it in Add / Remove Programs and try again."
return 2
More information about the Commits
mailing list