projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9f5dbf
)
remove trailing slash to fix directory creation on osx
author
Paul Brossier
<piem@altern.org>
Fri, 29 Sep 2006 12:23:24 +0000
(12:23 +0000)
committer
Paul Brossier
<piem@altern.org>
Fri, 29 Sep 2006 12:23:24 +0000
(12:23 +0000)
remove trailing slash to fix directory creation on osx
sounds/Makefile.am
patch
|
blob
|
history
diff --git
a/sounds/Makefile.am
b/sounds/Makefile.am
index dd027d82ef2fc9e22bf1cca99dd80ee18c2d9674..d4299d1d724632350167f25673998aa6f5cf564b 100644
(file)
--- a/
sounds/Makefile.am
+++ b/
sounds/Makefile.am
@@
-2,7
+2,7
@@
EXTRA_DIST = woodblock.aiff
SUBDIRS =
install-data-local:
- $(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio
/
"
+ $(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio"
$(INSTALL_DATA) $(srcdir)/woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio"