Skip to content

Commit

Permalink
adding possibility to add custom option for cowbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Jul 26, 2017
1 parent f11ac96 commit ca95d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/buildenv/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ $(BUILD_DIR)/pkg_built_chroot.deb.$(DIST): $(DEB_PREPARE) | $(DIRECTORIES)
$(OTHERMIRROR) \
--basepath $(COW_DIR)/$(COW_NAME) \
--mirror $(DEB_MIRROR) \
$(BINDMOUNT); ret=$$?;\
$(BINDMOUNT) $(COW_OPTS); ret=$$?;\
else\
export TMPDIR=/tmp/;\
$(COW_SUDO) cowbuilder update \
Expand Down

0 comments on commit ca95d0d

Please sign in to comment.