[DRE-commits] r4315 - trunk/passenger/debian

Micah Anderson micah at alioth.debian.org
Mon Nov 9 17:54:01 UTC 2009


Author: micah
Date: 2009-11-09 17:54:01 +0000 (Mon, 09 Nov 2009)
New Revision: 4315

Modified:
   trunk/passenger/debian/repack.sh
Log:
fix error in repack.sh

Modified: trunk/passenger/debian/repack.sh
===================================================================
--- trunk/passenger/debian/repack.sh	2009-11-09 17:52:09 UTC (rev 4314)
+++ trunk/passenger/debian/repack.sh	2009-11-09 17:54:01 UTC (rev 4315)
@@ -33,7 +33,7 @@
 
 # remove embedded prototype.js (#555273)
 rm -vfr $UP_BASE/test/stub/rails_apps/mycook/public/javascripts/prototype.js
-ln -s /usr/share/javascript/prototype/prototype.js test/stub/rails_apps/mycook/public/javascripts
+ln -s /usr/share/javascript/prototype/prototype.js $UP_BASE/test/stub/rails_apps/mycook/public/javascripts
 ## End
 
 mv "$UP_BASE" "$DIR/$REPACK_DIR"




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