summaryrefslogtreecommitdiff
path: root/ps
diff options
context:
space:
mode:
authorFrancisco Vila <francisco.vila@hispalinux.es>2011-01-31 16:53:16 +0100
committerFrancisco Vila <francisco.vila@hispalinux.es>2011-02-01 20:02:10 +0100
commitc58b9bd118958423656e674c25d940cdec71f58a (patch)
tree0044e3a967cb26f7bbd141d9be9e0dd8c120560f /ps
parent4c67a449e01a229165a8fd5f26c06cb90ba97346 (diff)
Build: end directories in their bare names and avoid some double slashes in logs.
Diffstat (limited to 'ps')
-rw-r--r--ps/GNUmakefile2
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