From 7a3cd3f2ccdc3e01b718181af7033e8ac7a0f929 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sat, 25 Jul 2009 23:57:07 +0000 Subject: Fixed make prep to accept a link for boards/voices. --- (limited to 'Makefile.mingw.in') 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 "-------------------------------------------------------------------------------" -- cgit v0.9.1