From 6b66e62fd087a2e001bc235694801f14839438eb Mon Sep 17 00:00:00 2001 From: Don Williams Date: Fri, 23 Jan 2026 19:38:08 -0500 Subject: [PATCH] Fixed build error with hyprtoolkit --- install-scripts/hyprtoolkit.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-scripts/hyprtoolkit.sh b/install-scripts/hyprtoolkit.sh index 65a9449..8ee62f3 100755 --- a/install-scripts/hyprtoolkit.sh +++ b/install-scripts/hyprtoolkit.sh @@ -48,7 +48,6 @@ if [ -d "$SRC_DIR" ]; then fi if git clone -b $tag "https://github.com/hyprwm/hyprtoolkit.git" "$SRC_DIR"; then cd "$SRC_DIR" || exit 1 - cd "hyprtoolkit" || exit 1 BUILD_DIR="$BUILD_ROOT/hyprtoolkit" mkdir -p "$BUILD_DIR" cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -S . -B "$BUILD_DIR"