Compare commits

...

1 Commits

Author SHA1 Message Date
zimoch
7c2dfd5491 remove before install because of missing write permissions 2012-03-20 10:33:08 +00:00

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