diff options
author | Michele Calgaro <[email protected]> | 2024-01-13 20:27:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-01-13 20:27:55 +0900 |
commit | ef8e0bd159442601a21cc37d8ffae5563029a613 (patch) | |
tree | 91050290e0f5b3ae42f0971d0c93ed7127bc2a23 /debian/_buildscripts/local/internals/_pbuilder.sh | |
parent | 3e3beab0c7e44d8886f9251612856311d2cd8a89 (diff) | |
download | tde-packaging-ef8e0bd159442601a21cc37d8ffae5563029a613.tar.gz tde-packaging-ef8e0bd159442601a21cc37d8ffae5563029a613.zip |
DEB build scripts: updated after testing on Devuan Chimaera
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/_buildscripts/local/internals/_pbuilder.sh')
-rwxr-xr-x | debian/_buildscripts/local/internals/_pbuilder.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/_buildscripts/local/internals/_pbuilder.sh b/debian/_buildscripts/local/internals/_pbuilder.sh index 5f00e718a..b520a93af 100755 --- a/debian/_buildscripts/local/internals/_pbuilder.sh +++ b/debian/_buildscripts/local/internals/_pbuilder.sh @@ -57,9 +57,9 @@ END_D05_02 while read l_branch l_repo l_component; do if [ "$l_branch" = "default" ]; then bool_EDEPS_FOUND="y" - cat <<END_D05_02 >> "$PBUILDER_DEPS_HOOK" + cat <<END_D05_03 >> "$PBUILDER_DEPS_HOOK" echo "deb [trusted=yes] $l_repo $DISTRO_NAME $l_component" >> /etc/apt/sources.list -END_D05_02 +END_D05_03 break fi done <<< $(cat "$SCRIPT_DIR/internals/extra_deps.txt" | grep -E "^[[:space:]]*[^#[:space:]]+[[:space:]]+[^[:space:]]+.*$") @@ -67,9 +67,9 @@ END_D05_02 IFS=$OLD_IFS fi fi - cat <<END_D05_03 >> "$PBUILDER_DEPS_HOOK" + cat <<END_D05_04 >> "$PBUILDER_DEPS_HOOK" apt-get update -END_D05_03 +END_D05_04 chmod a+x "$PBUILDER_DEPS_HOOK" # Build OPT_BUILD_PARALLEL="" |