mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-10-04 11:36:18 +02:00
Compare commits
1 Commits
1509129d70
...
rafaelff/p
Author | SHA1 | Date | |
---|---|---|---|
![]() |
139f7e305f |
@@ -3,7 +3,7 @@ pkgctl-auth(1)
|
||||
|
||||
Name
|
||||
----
|
||||
pkgctl-auth - Authenticate with serivces like GitLab.
|
||||
pkgctl-auth - Authenticate with services like GitLab.
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
@@ -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 DATADIR="${root}/build"
|
||||
make -C "${root}" -j --no-print-directory --silent
|
||||
|
||||
# run pkgctl from the build directory
|
||||
export PATH="${root}/build/bin:${PATH}"
|
||||
|
Reference in New Issue
Block a user