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)