diff options
author | Francisco Vila <francisco.vila@hispalinux.es> | 2011-01-31 16:53:16 +0100 |
---|---|---|
committer | Francisco Vila <francisco.vila@hispalinux.es> | 2011-02-01 20:02:10 +0100 |
commit | c58b9bd118958423656e674c25d940cdec71f58a (patch) | |
tree | 0044e3a967cb26f7bbd141d9be9e0dd8c120560f /ly | |
parent | 4c67a449e01a229165a8fd5f26c06cb90ba97346 (diff) |
Build: end directories in their bare names and avoid some double slashes in logs.
Diffstat (limited to 'ly')
-rw-r--r-- | ly/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ly/GNUmakefile b/ly/GNUmakefile index fd82839f73..afdbac3478 100644 --- a/ly/GNUmakefile +++ b/ly/GNUmakefile @@ -3,7 +3,7 @@ depth = .. INI_FILES = $(LY_FILES) EXTRA_DIST_FILES = $(SCM_FILES) -INSTALLATION_DIR=$(local_lilypond_datadir)/ly/ +INSTALLATION_DIR=$(local_lilypond_datadir)/ly INSTALLATION_FILES=$(INI_FILES) STEPMAKE_TEMPLATES=install |