fix: use correct ydotool branch
This commit is contained in:
parent
37ef05964c
commit
9d28b94854
1 changed files with 2 additions and 1 deletions
|
@ -6,12 +6,13 @@ ROOT=$(pwd)
|
|||
|
||||
function fetch() {
|
||||
git clone https://github.com/s3lph/ydotool "${SRCDIR}/ydotool"
|
||||
cd "${SRCDIR}/ydotool"
|
||||
git checkout feat-getpwnam
|
||||
}
|
||||
|
||||
function prepare() {
|
||||
apt install -y build-essential cmake pkg-config scdoc
|
||||
cd "${SRCDIR}/ydotool"
|
||||
apt install -y build-essential cmake pkg-config scdoc
|
||||
export VERSION="$(git describe --tags | cut -d- -f1-2 | sed -re "s/-/~/g" -e "s/^v//g")-1"
|
||||
export ISODATE="$(git log -1 --format="%aI")"
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue