summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-06-03 13:52:21 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-06-03 13:52:21 +0000
commit0337d99198ec6d889dd7615d17f4433c4029928a (patch)
tree4f7dc2facc74f9762328784820ed0c63c3fc3596 /make.tmpl.in
parentb5c2529bf8eccefea0dda896775ed7ef9def82b2 (diff)
downloadlvm2-0337d99198ec6d889dd7615d17f4433c4029928a.tar.gz
lvm2-0337d99198ec6d889dd7615d17f4433c4029928a.tar.xz
lvm2-0337d99198ec6d889dd7615d17f4433c4029928a.zip
Use INSTALL_DIR to create directories
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index b438141c..e7c4e529 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -312,7 +312,7 @@ $(LIB_SHARED): $(LIB_SHARED).$(LIB_VERSION)
install_lib_shared: $(LIB_SHARED)
$(INSTALL_PROGRAM) -D $< $(libdir)/$(<F).$(LIB_VERSION)
- $(INSTALL) -d $(usrlibdir)
+ $(INSTALL_DIR) $(usrlibdir)
$(LN_S) -f $(USRLIB_RELPATH)$(<F).$(LIB_VERSION) $(usrlibdir)/$(<F)
# FIXME: plugins are installed to subdirs