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() {