From fcd65ad8f08d6df378235781ea3e339ad89e9616 Mon Sep 17 00:00:00 2001
From: Florian Jung <flo@windfisch.org>
Date: Wed, 20 Apr 2011 10:02:36 +0000
Subject: fixed bug with share/scoreglyphs/feta-original/CMakeLists.txt (i used
 the * glob; this, however, also tried to install the .svn/ directory on some
 systems (not on mine), which caused an error)

---
 muse2/share/scoreglyphs/feta-original/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'muse2/share/scoreglyphs/feta-original')

diff --git a/muse2/share/scoreglyphs/feta-original/CMakeLists.txt b/muse2/share/scoreglyphs/feta-original/CMakeLists.txt
index e7c7b08a..04e44107 100644
--- a/muse2/share/scoreglyphs/feta-original/CMakeLists.txt
+++ b/muse2/share/scoreglyphs/feta-original/CMakeLists.txt
@@ -18,7 +18,7 @@
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #=============================================================================
 
-file (GLOB fetaorig_files *)
+file (GLOB fetaorig_files COPYING-lilypond GNUmakefile README *.pe.in *.mf *.mp)
 
 
 install( FILES ${fetaorig_files}
-- 
cgit v1.2.3