From: Dale Weiler Date: Sun, 27 Jan 2013 07:26:50 +0000 (+0000) Subject: Add back the removal of the package directory after building package. X-Git-Tag: before-library~211 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=3cc97984bffce5a5306b96dce952190247f16d86;p=xonotic%2Fgmqcc.git Add back the removal of the package directory after building package. --- diff --git a/distro/arch/this/Makefile b/distro/arch/this/Makefile index a11c1f6..ad9f4fe 100644 --- 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)