Add back the removal of the package directory after building package.

This commit is contained in:
Dale Weiler 2013-01-27 07:26:50 +00:00
parent 74ba208a44
commit 3cc97984bf

View file

@ -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)