From 3cc97984bffce5a5306b96dce952190247f16d86 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 27 Jan 2013 07:26:50 +0000 Subject: [PATCH] Add back the removal of the package directory after building package. --- distro/arch/this/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2