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 /ps | |
parent | 4c67a449e01a229165a8fd5f26c06cb90ba97346 (diff) |
Build: end directories in their bare names and avoid some double slashes in logs.
Diffstat (limited to 'ps')
-rw-r--r-- | ps/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/GNUmakefile b/ps/GNUmakefile index 8967ca4a2d..4bdc92c75e 100644 --- a/ps/GNUmakefile +++ b/ps/GNUmakefile @@ -5,7 +5,7 @@ PS_FILES = $(call src-wildcard,*.ps) STEPMAKE_TEMPLATES=install EXTRA_DIST_FILES = $(PS_FILES) -INSTALLATION_DIR=$(local_lilypond_datadir)/ps/ +INSTALLATION_DIR=$(local_lilypond_datadir)/ps INSTALLATION_FILES=$(PS_FILES) include $(depth)/make/stepmake.make |