Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-07-25 23:57:07 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-25 23:57:07 (GMT)
commit7a3cd3f2ccdc3e01b718181af7033e8ac7a0f929 (patch)
treea17ece734fcb1154e927da817221a7615c31eec6
parent5b45298cc602319c91df91525aa10fbb6832b836 (diff)
Fixed make prep to accept a link for boards/voices.
-rw-r--r--Makefile.mingw.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 645e45f..8a19f08 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -135,7 +135,7 @@ clean: Makefile.mingw
prep: Makefile.mingw
mkdir -p $(GCOMPRIS_INSTALL_DIR)
mkdir -p $(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards
- cd boards ; tar cf - --exclude "*.in" --exclude .svn * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ;
+ cd boards ; tar cf - -h --exclude "*.in" --exclude ".*" * | ( cd ../$(GCOMPRIS_INSTALL_DIR)/share/$(pkgdatadir)/boards ; tar xf -) ; cd .. ;
@echo "-------------------------------------------------------------------------------"
@echo " WARNING: MAKE SURE TO HAVE RUN A MAKE INSTALL OF GCOMPRIS IN /USR/LOCAL FIRST"
@echo "-------------------------------------------------------------------------------"