mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue