diff --git a/hyprlock.sh b/hyprlock.sh index 32bce2e..d617398 100644 --- a/hyprlock.sh +++ b/hyprlock.sh @@ -119,7 +119,7 @@ cloneAndBuildGraphics() { git clone --depth=1 https://github.com/hyprwm/hyprgraphics.git && cd hyprgraphics - if build; then + if buildGraphics; then echo_info "Installing package.." $_sudo cmake --install build else @@ -144,7 +144,7 @@ cloneAndBuildUtils() { git clone --depth=1 https://github.com/hyprwm/hyprutils.git && cd hyprutils - if build; then + if buildUtils; then echo_info "Installing package.." $_sudo cmake --install build else