mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-11-25 11:34:41 +01:00
Compare commits
2 Commits
feat/ports
...
384bd4cd55
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
384bd4cd55 | ||
|
|
5d79a52199 |
@@ -4,7 +4,7 @@ set -e
|
|||||||
root="$(dirname -- "$(readlink -f -- "$0")")/../.."
|
root="$(dirname -- "$(readlink -f -- "$0")")/../.."
|
||||||
|
|
||||||
# always build everything so we use an up-to-date state
|
# always build everything so we use an up-to-date state
|
||||||
make -C "${root}" -j --no-print-directory --silent
|
make -C "${root}" -j --no-print-directory --silent DATADIR="${root}/build"
|
||||||
|
|
||||||
# run pkgctl from the build directory
|
# run pkgctl from the build directory
|
||||||
export PATH="${root}/build/bin:${PATH}"
|
export PATH="${root}/build/bin:${PATH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user