mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-09-16 03:16:19 +02:00
Compare commits
2 Commits
fix/clean-
...
v1.3.2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4926d9d8c5 | ||
![]() |
7165e0d73e |
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
SHELL=/bin/bash -o pipefail
|
||||
|
||||
V=1.3.1
|
||||
V=1.3.2
|
||||
BUILDTOOLVER ?= $(V)
|
||||
|
||||
PREFIX = /usr/local
|
||||
|
@@ -116,9 +116,6 @@ copy_hostconf () {
|
||||
cp "$makepkg_conf" "$working_dir/etc/makepkg.conf"
|
||||
if [[ -d "${makepkg_conf}.d" ]] && is_globfile "${makepkg_conf}.d"/*.conf; then
|
||||
mkdir --parents "$working_dir/etc/makepkg.conf.d/"
|
||||
if is_globfile "$working_dir/etc/makepkg.conf.d"/*.conf; then
|
||||
rm --force "$working_dir/etc/makepkg.conf.d"/*.conf
|
||||
fi
|
||||
cp "${makepkg_conf}.d/"*.conf "$working_dir/etc/makepkg.conf.d/"
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user