Author: damoxc
Revision: 5110
Log:
fix building deluge-yc.js, was including $ALL_FILES rather than
$DELUGE_FILES in the cat
Diff:
Modified: trunk/deluge/ui/web/js/build.sh
===================================================================
--- trunk/deluge/ui/web/js/build.sh 2009-04-21 02:43:20 UTC (rev 5109)
+++ trunk/deluge/ui/web/js/build.sh 2009-04-21 07:15:32 UTC (rev 5110)
@@ -30,7 +30,7 @@
[ $NEEDS_BUILD == false ] && return 0
echo "Building deluge-yc.js"
- cat $ALL_FILES > deluge-yc.js.tmp
+ cat $DELUGE_FILES > deluge-yc.js.tmp
yuicompressor --type=js -o "deluge-yc.js" "deluge-yc.js.tmp"
rm "deluge-yc.js.tmp"
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---