remove before install because of missing write permissions

This commit is contained in:
zimoch
2012-03-20 10:33:08 +00:00
parent edcb2cb21a
commit 7c2dfd5491

View File

@@ -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