Skip to content

Commit

Permalink
ccm: update for path to default conf (devtools 1:1.0.0-1)
Browse files Browse the repository at this point in the history
Fixes #81
  • Loading branch information
graysky2 committed May 24, 2023
1 parent 28dc6d7 commit 3b8ca8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.224
VERSION = 2.226
PN = clean-chroot-manager

PREFIX ?= /usr
Expand Down
2 changes: 1 addition & 1 deletion common/clean-chroot-manager64.in
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ create() {
# makepkg-x86_64.conf rather than the one defined on the live system
#
# https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#Convenience_way
insargs+=(-M /usr/share/devtools/makepkg-x86_64.conf)
insargs+=(-M /usr/share/devtools/makepkg.conf.d/x86_64.conf)
fi

if ! mkarchroot "${insargs[@]}" "$CHROOTPATH64"/root "${pkgs[@]}"; then
Expand Down

0 comments on commit 3b8ca8e

Please sign in to comment.