fix building deluge-yc.js, was including $ALL_FILES rather than
$DELUGE_FILES in the cat
This commit is contained in:
parent
c17af41940
commit
b72ec252af
|
@ -30,7 +30,7 @@ build_deluge() {
|
|||
[ $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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue