diff options
author | Florian Jung <flo@windfisch.org> | 2011-04-20 10:02:36 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-04-20 10:02:36 +0000 |
commit | fcd65ad8f08d6df378235781ea3e339ad89e9616 (patch) | |
tree | fc03c9c9433686be5be608dc0d3ebd0e67379728 /muse2/share/scoreglyphs | |
parent | 1ef6ebc8ac0f68a63ed2c625a2c7279eff5f4ebd (diff) |
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)
Diffstat (limited to 'muse2/share/scoreglyphs')
-rw-r--r-- | muse2/share/scoreglyphs/feta-original/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} |