mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Add back the removal of the package directory after building package.
This commit is contained in:
parent
74ba208a44
commit
3cc97984bf
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ base:
|
|||
@echo "makepkgopt = purge" >> $(PKGINFO)
|
||||
@echo "makepkgopt = !upx" >> $(PKGINFO)
|
||||
@tar -cJvf $(PKG) -C $(PKGDIR)/ .PKGINFO usr/
|
||||
|
||||
@rm -rf $(PKGDIR)
|
||||
|
||||
clean:
|
||||
@rm -f $(PKG)
|
||||
|
|
Loading…
Reference in a new issue