From 5d7689676c0d619ea88b73e0b5a1c042f801c8fe Mon Sep 17 00:00:00 2001 From: Thomas Fischer Date: Fri, 29 Jan 2016 09:30:01 +0100 Subject: [PATCH] Removing DESTDIR from install prefix --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3590704..e7557a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -32,7 +32,7 @@ libosmpbf.so: fileformat.pb.o osmformat.pb.o # The placeholder for the installation prefix is '@CMAKE_INSTALL_PREFIX@'. # Do not change that, it would only make the CMakeLists.txt file which does # the same job as below line more complex. - sed -e 's!@CMAKE_INSTALL_PREFIX@!'$(DESTDIR)$(PREFIX)'!g' <$< >$@ + sed -e 's!@CMAKE_INSTALL_PREFIX@!'$(PREFIX)'!g' <$< >$@ install: install -m 755 -d $(DESTDIR)$(LIBDIR)