From 37ef05964c5085e86629e59c111e05dbbb03bf27 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sat, 23 Nov 2024 22:40:33 +0100 Subject: [PATCH] fix: use correct ydotool branch --- ydotool/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ydotool/build.sh b/ydotool/build.sh index f809f39..d9a6de9 100755 --- a/ydotool/build.sh +++ b/ydotool/build.sh @@ -6,6 +6,7 @@ ROOT=$(pwd) function fetch() { git clone https://github.com/s3lph/ydotool "${SRCDIR}/ydotool" + git checkout feat-getpwnam } function prepare() {