[DRE-commits] r5699 - trunk/redmine/debian

Jérémy Lal kapouer-guest at alioth.debian.org
Tue Jul 20 14:02:11 UTC 2010


Author: kapouer-guest
Date: 2010-07-20 14:02:05 +0000 (Tue, 20 Jul 2010)
New Revision: 5699

Modified:
   trunk/redmine/debian/postinst
Log:
Fix detection of rails 2.2 links in vendor/

Modified: trunk/redmine/debian/postinst
===================================================================
--- trunk/redmine/debian/postinst	2010-07-19 13:17:32 UTC (rev 5698)
+++ trunk/redmine/debian/postinst	2010-07-20 14:02:05 UTC (rev 5699)
@@ -55,7 +55,7 @@
 		chown -f www-data:www-data $fRailsCache
 		savedir="`pwd`"
 		cd /usr/share/redmine
-		if [ ! -e vendor/rails ]; then
+		if [ -e vendor/railties ]; then
 			# rails 2.2 to 2.3 migration
 			rm -f vendor/actionmailer
 			rm -f vendor/actionpack




More information about the Pkg-ruby-extras-commits mailing list