mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-09-13 09:56:18 +02:00
Compare commits
2 Commits
master
...
1509129d70
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1509129d70 | ||
![]() |
5d79a52199 |
@@ -4,7 +4,7 @@ set -e
|
||||
root="$(dirname -- "$(readlink -f -- "$0")")/../.."
|
||||
|
||||
# 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
|
||||
export PATH="${root}/build/bin:${PATH}"
|
||||
|
Reference in New Issue
Block a user