shithub: aubio

Download patch

ref: b1bfc618c4508bcce604cf3b588bb6cb8725eeb3
parent: b9f5dbf637498c6bf8061d3a214f58131013f0fd
author: Paul Brossier <piem@altern.org>
date: Fri Sep 29 08:23:24 EDT 2006

remove trailing slash to fix directory creation on osx
remove trailing slash to fix directory creation on osx


--- a/sounds/Makefile.am
+++ b/sounds/Makefile.am
@@ -2,7 +2,7 @@
 SUBDIRS = 
 
 install-data-local:
-	$(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio/"
+	$(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio"
 	$(INSTALL_DATA) $(srcdir)/woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio"