foxygit / doom Log in
commit fdb6b0f31f5ff2d14d44689eb477a54d5f65157e
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Jun 12 19:28:50 2016 -0400
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Jun 12 19:28:50 2016 -0400

    osx: Remove hack for dealing with .svn directories.

    We aren't using Subversion any more.
---
 pkg/osx/GNUmakefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index 37d8cb58..d966da39 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -95,8 +95,6 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
 	             < $(TOPLEVEL)/man/INSTALL.template       \
 	             > "$(APP_DOC_DIR)/INSTALL"

-	find $(STAGING_DIR) -name .svn -delete -exec rm -rf {} \; || true
-
 	mkdir -p "$(APP_BIN_DIR)/man/man5" "$(APP_BIN_DIR)/man/man6"
 	cp $(TOPLEVEL)/man/*.5 "$(APP_BIN_DIR)/man/man5"
 	cp $(TOPLEVEL)/man/*.6 "$(APP_BIN_DIR)/man/man6"