Removing DESTDIR from install prefix
This commit is contained in:
parent
bdd69a147a
commit
5d7689676c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue