mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 15:05:39 +02:00
build: Use MKDIR_P variable instead of literal «mkdir -p»
This commit is contained in:
@@ -75,7 +75,7 @@ libbsd_la_SOURCES = \
|
||||
|
||||
install-exec-hook:
|
||||
if [ "$(libdir)" != "$(runtimelibdir)" ]; then \
|
||||
mkdir -p $(DESTDIR)$(runtimelibdir); \
|
||||
$(MKDIR_P) $(DESTDIR)$(runtimelibdir); \
|
||||
mv $(DESTDIR)$(libdir)/libbsd*.so.* \
|
||||
$(DESTDIR)$(runtimelibdir)/; \
|
||||
soname=`readlink $(DESTDIR)$(libdir)/libbsd.so`; \
|
||||
|
Reference in New Issue
Block a user