We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a46f0b commit 11950e1Copy full SHA for 11950e1
build.sh
@@ -150,6 +150,11 @@ ESC=$(echo -en \\0033)
150
BOLD="$ESC[1m"
151
OFF="$ESC[0m"
152
153
+echo "${BOLD}Building rTorrent $RT_VERSION/$LT_VERSION$OFF"
154
+set_build_env echo '"'
155
+echo "export CFG_OPTS_LT=\"$CFG_OPTS_LT\""
156
+echo "export CFG_OPTS_RT=\"$CFG_OPTS_RT\""
157
+
158
159
#
160
# HELPERS
@@ -470,7 +475,8 @@ pkg2deb() { # Package current $PKG_INST_DIR installation
470
475
dpkg-deb -I "$DIST_DIR"/*.deb
471
476
}
472
477
473
-build_everything() { # Go through all build steps
478
+build_everything() {
479
+ # Go through all build steps
474
480
set_build_env
481
build_deps
482
build
0 commit comments