[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r2099 - trunk/debian/xorg/debian



Author: dnusinow
Date: 2006-05-04 23:47:59 -0400 (Thu, 04 May 2006)
New Revision: 2099

Modified:
   trunk/debian/xorg/debian/xserver-xorg.postinst.in
Log:
Oh yeah... and fix that bug I uncovered a few hours ago

Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in
===================================================================
--- trunk/debian/xorg/debian/xserver-xorg.postinst.in	2006-05-05 03:18:41 UTC (rev 2098)
+++ trunk/debian/xorg/debian/xserver-xorg.postinst.in	2006-05-05 03:47:59 UTC (rev 2099)
@@ -783,7 +783,7 @@
 fi
 
 # here's a novel concept: DON'T TOUCH THE CONFIG ON UPGRADES
-if [ -z "$UPGRADE" ] || [ dpkg --compare-versions "$2" le "1:7.0.14" ]; then
+if [ -z "$UPGRADE" ] || dpkg --compare-versions "$2" le "1:7.0.14"; then
   # compare the current and stored checksums; if they do not match, assume
   # that's the way the user wants it.  if we're reconfiguring, overwrite
   # it regardless and back it up.



Reply to: