File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ETCDIR ?= /etc
77AURUTILS_LIB_DIR ?= $(LIBDIR ) /$(PROGNM )
88AURUTILS_VERSION ?= $(shell git describe --tags || true)
99ifeq ($(AURUTILS_VERSION ) ,)
10- AURUTILS_VERSION := 20.5
10+ AURUTILS_VERSION := 20.5.1
1111endif
1212AURUTILS_LIB = $(shell find lib/ -name 'aur-* ')
1313
Original file line number Diff line number Diff line change @@ -407,11 +407,11 @@ while IFS= read "${read_args[@]}" -ru "$fd" path; do
407407
408408 if (( create_package )) ; then
409409 if (( chroot )) ; then
410- env PKGDEST=" $var_tmp " LOGDEST= " ${LOGDEST :- $PWD } " " ${makepkg_env[@]} " \
410+ env PKGDEST=" $var_tmp " " ${makepkg_env[@]} " \
411411 aur chroot " ${chroot_args[@]} " --build " ${chroot_build_args[@]} "
412412 else
413413 # shellcheck disable=SC2086
414- env PKGDEST=" $var_tmp " LOGDEST= " ${LOGDEST :- $PWD } " " ${makepkg_env[@]} " \
414+ env PKGDEST=" $var_tmp " " ${makepkg_env[@]} " \
415415 ${AUR_MAKEPKG:- makepkg} " ${makepkg_common_args[@]} " " ${makepkg_args[@]} "
416416 fi
417417
Original file line number Diff line number Diff line change 1+ ## 20.5.1
2+
3+ * `aur-build`
4+ + do not define `LOGDEST` explicitly
5+
16## 20.5
27
38* `aur-chroot`
You can’t perform that action at this time.
0 commit comments