i3lock: don't rebuild before installing

This commit is contained in:
Luis
2023-04-12 17:13:35 +00:00
parent e2e3e00122
commit f930e18b23

View File

@@ -15,5 +15,5 @@ build() {
venom-meson build
meson compile -C build
DESTDIR=$PKG meson install -C build
DESTDIR=$PKG meson install --no-rebuild -C build
}