update buildfile and vesktop

This commit is contained in:
Squibid 2025-11-09 17:25:54 -05:00
parent 74abed2c2e
commit 2efbd1c386
Signed by: squibid
GPG key ID: BECE5684D3C4005D
4 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ sync-fetch:
sync-update: sync-fetch
@cd $(BUILDDIR) && git stash >/dev/null 2>&1
@cd $(BUILDDIR) && git pull
@cd $(BUILDDIR) && git stash pop >/dev/null 2>&1
@cd $(BUILDDIR) && git stash pop || : >/dev/null 2>&1
sync-build: sync-update
@cd $(BUILDDIR) && ./xbps-src binary-bootstrap
sync-clean: