From 9d28b94854c4be335093bf91eb8a9d7faead908e Mon Sep 17 00:00:00 2001 From: s3lph Date: Sat, 23 Nov 2024 22:44:58 +0100 Subject: [PATCH] fix: use correct ydotool branch --- ydotool/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ydotool/build.sh b/ydotool/build.sh index d9a6de9..fe6cf56 100755 --- a/ydotool/build.sh +++ b/ydotool/build.sh @@ -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