Add temp debug
This commit is contained in:
@@ -1684,7 +1684,6 @@ main() {
|
||||
fi
|
||||
|
||||
set_mc_version
|
||||
((DEBUG)) && declare -p
|
||||
|
||||
if (( UNINSTALL_SWITCH )); then
|
||||
if ask_ok "Do you really want to uninstall JRiver Media Center?"; then
|
||||
@@ -1741,6 +1740,7 @@ main() {
|
||||
if (( BUILD_SWITCH )) && [[ $ID != "arch" ]]; then
|
||||
install_package "wget"
|
||||
[[ -d $OUTPUT_DIR/SOURCES ]] || execute mkdir -p "$OUTPUT_DIR/SOURCES"
|
||||
((DEBUG)) && declare -p
|
||||
acquire_deb || { err "Could not download Media Center DEB package"; return 1; }
|
||||
|
||||
if [[ $BUILD_TARGET =~ (centos|fedora|suse) || $REPO_TARGET =~ (centos|fedora|suse) ]]; then
|
||||
|
||||
Reference in New Issue
Block a user