File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mkdir -p $(dirname $@)
1515# alias LDOC command to true(1) command
1616export LDOC=true
1717
18- $luarocks_exec make --no-doc 2>&1 > $@ .tmp
18+ $luarocks_exec make --no-doc > $@ .tmp 2>&1
1919
2020# only generate the output when the command succeeds
21- mv $@ .tmp $@
21+ mv $@ .tmp $@
Original file line number Diff line number Diff line change 3333export LUAROCKS_CONFIG=$ROCKS_CONFIG
3434
3535$host_luajit $luarocks_wrap_script \
36- luarocks $rocks_tree $install_destdir 2>&1 > $@ .tmp
36+ luarocks $rocks_tree $install_destdir > $@ .tmp 2>&1
3737
3838# write the luarocks config with host configuration
3939mkdir -p $rocks_tree /etc/luarocks
@@ -55,4 +55,4 @@ sed -i -e "s|$build_destdir|$install_destdir|g" $rocks_tree/bin/luarocks
5555sed -i -e " s|$rocks_tree |$install_destdir |g" $rocks_tree /bin/luarocks
5656
5757# only generate the output when the command succeeds
58- mv $@ .tmp $@
58+ mv $@ .tmp $@
You can’t perform that action at this time.
0 commit comments