update buildfile and vesktop
This commit is contained in:
parent
74abed2c2e
commit
2efbd1c386
4 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue