[libmseed] 01/02: fixed double example subdir creation in Makefile

Pierre Duperray zulu-guest at moszumanska.debian.org
Wed Mar 1 10:35:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

zulu-guest pushed a commit to branch master
in repository libmseed.

commit 7bc27328ff8eec3b23e70b11de98aa93a77746ba
Author: Pierre Duperray <pierreduperray at free.fr>
Date:   Wed Mar 1 11:26:30 2017 +0100

    fixed double example subdir creation in Makefile
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b74f6b4..6a6009f 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ install: shared
 	sed -i 's|@PACKAGE_URL@|http://ds.iris.edu/ds/nodes/dmc/software/downloads/libmseed/|g' $(DESTDIR)$(LIBDIR)/pkgconfig/mseed.pc
 	sed -i 's|@VERSION@|$(CURRENT_VER)|g' $(DESTDIR)$(LIBDIR)/pkgconfig/mseed.pc
 	mkdir -p $(DESTDIR)$(DOCDIR)/example
-	cp -r example/ $(DESTDIR)$(DOCDIR)/example
+	cp -r example/ $(DESTDIR)$(DOCDIR)
 	cp doc/libmseed-UsersGuide $(DESTDIR)$(DOCDIR)
 	mkdir -p $(DESTDIR)$(MAN3DIR)
 	cp -d doc/ms*.3 $(DESTDIR)$(MAN3DIR)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libmseed.git



More information about the debian-science-commits mailing list