From 6966c9ffdef7dcf77ad71d22ea09682c7b10f72b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 20 Feb 2009 07:05:34 +0100 Subject: [PATCH] Don't remove files on destdir/${sourcepkg}, they are used in some pkgs. --HG-- extra : convert_revision : 94b882a792908aa874e30067160f51b1033c492b --- shutils/binpkg.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/shutils/binpkg.sh b/shutils/binpkg.sh index bc4e5964dbd..3d77dfcca6e 100644 --- a/shutils/binpkg.sh +++ b/shutils/binpkg.sh @@ -67,7 +67,6 @@ xbps_write_metadata_pkg() if [ -n "${subpackages}" ]; then run_template ${sourcepkg} - rm -rf $XBPS_DESTDIR/${sourcepkg}-${version}/* unset run_depends fi for subpkg in ${subpackages}; do