From 7c2dfd5491b778cdf25fba5ad6bf5886252be805 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 20 Mar 2012 10:33:08 +0000 Subject: [PATCH] remove before install because of missing write permissions --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c7cf5663e..f198fd088 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ include $(TOP)/configure/RULES_TOP UNINSTALL_DIRS += $(INSTALL_LOCATION)/src copysrc: + rm -rf $(INSTALL_LOCATION)/src tar cf - --exclude=CVS --exclude=O.* src | tar xf - -C $(INSTALL_LOCATION) tar: install copysrc