projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ba208
)
Add back the removal of the package directory after building package.
author
Dale Weiler <killfieldengine@gmail.com>
Sun, 27 Jan 2013 07:26:50 +0000
(07:26 +0000)
committer
Dale Weiler <killfieldengine@gmail.com>
Sun, 27 Jan 2013 07:26:50 +0000
(07:26 +0000)
distro/arch/this/Makefile
patch
|
blob
|
history
diff --git
a/distro/arch/this/Makefile
b/distro/arch/this/Makefile
index a11c1f6f52d03fc05a4355e758d393675d14ce59..ad9f4fe4b5fa71d4523f585876133c57a503ea71 100644
(file)
--- a/
distro/arch/this/Makefile
+++ b/
distro/arch/this/Makefile
@@
-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)