diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-11 05:45:46 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-11 05:45:46 +0000 |
commit | 0307ade95b4c0d05abc654bdc91f60772f218cd2 (patch) | |
tree | f89caade6f0b46da6f542dfcebdbd4b30a45e1b4 | |
parent | 4b64bd933b96a73ef17f98aa1dc4f557d0546e72 (diff) |
Don't install CVS files into the devel dir
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -237,6 +237,7 @@ install_dev: -@for i in `find $(PREFIX)$(DEVEL_PREFIX) -type d` ; do \ chmod -f 755 $$i; chmod -f 644 $$i/*.h; \ done; + -find $(PREFIX)$(DEVEL_PREFIX) -name CVS | xargs rm -rf; -chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1.\2/'` $(PREFIX)$(DEVEL_PREFIX) ifeq ($(strip $(HAVE_SHARED)),true) find lib/ -type l -name '*.so' -exec cp -a {} $(PREFIX)$(DEVEL_PREFIX)/lib ';' |