From b1bfc618c4508bcce604cf3b588bb6cb8725eeb3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 29 Sep 2006 12:23:24 +0000 Subject: [PATCH] remove trailing slash to fix directory creation on osx remove trailing slash to fix directory creation on osx --- sounds/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sounds/Makefile.am b/sounds/Makefile.am index dd027d82..d4299d1d 100644 --- 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" -- 2.26.2