index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Heusel <christian@heusel.eu> | 2023-07-27 11:53:11 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-08-27 16:55:50 +0200 |
commit | 9f7808c26e4270370bb878de56004ddda49b7ce9 (patch) | |
tree | 8890125983f571b5ee9cf25bc8da242647bbe460 /src | |
parent | 5f4fd52e3836ddddb25a0f9e15d0acfed06f693d (diff) |
-rw-r--r-- | src/lib/build/build.sh | 2 |
diff --git a/src/lib/build/build.sh b/src/lib/build/build.sh index ecdeaad..a5a272d 100644 --- a/src/lib/build/build.sh +++ b/src/lib/build/build.sh @@ -200,7 +200,7 @@ pkgctl_build() { ;; -I|--install) (( $# <= 1 )) && die "missing argument for %s" "$1" - MAKECHROOT_OPTIONS+=("-I" "$2") + MAKECHROOT_OPTIONS+=("-I" "$(realpath "$2")") warning 'installing packages into the chroot may break reproducible builds, use with caution!' shift 2 ;; |