Skip to content

Commit

Permalink
better solution for cowbuilder libpam-tmpdir compatibility found
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Nov 8, 2023
1 parent f38e319 commit 204389c
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions usr/share/genmkfile/make-helper-one.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -1149,22 +1149,17 @@ beforehand?
make_log_and_run \
sudo \
$COWBUILDER_PREFIX \
env \
--unset=TEMP \
--unset=TEMPDIR \
--unset=TMP \
--unset=TMPDIR \
cowbuilder \
--debbuildopts="-sa" \
--architecture "$target_architecture" \
$make_cowbuilder_config_file_arg \
--build "$make_main_dsc_file" \
--basepath "$base_folder" \
--buildplace "$cow_folder" \
--distribution "$make_cowbuilder_distribution" \
--mirror "$make_cowbuilder_mirror" \
--extrapackages "$make_deb_build_dependencies" \
--buildresult "$DISTDIR"
cowbuilder \
--debbuildopts="-sa" \
--architecture "$target_architecture" \
$make_cowbuilder_config_file_arg \
--build "$make_main_dsc_file" \
--basepath "$base_folder" \
--buildplace "$cow_folder" \
--distribution "$make_cowbuilder_distribution" \
--mirror "$make_cowbuilder_mirror" \
--extrapackages "$make_deb_build_dependencies" \
--buildresult "$DISTDIR"

else
if ! command -v debuild >/dev/null ; then
Expand Down

0 comments on commit 204389c

Please sign in to comment.