]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Add back the removal of the package directory after building package.
authorDale Weiler <killfieldengine@gmail.com>
Sun, 27 Jan 2013 07:26:50 +0000 (07:26 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 27 Jan 2013 07:26:50 +0000 (07:26 +0000)
distro/arch/this/Makefile

index a11c1f6f52d03fc05a4355e758d393675d14ce59..ad9f4fe4b5fa71d4523f585876133c57a503ea71 100644 (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)