Unverified Commit 07c046cd by 2xsec Committed by Christian Brauner

fix install error when using --disable-commands option

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent a42d8c76
......@@ -462,8 +462,10 @@ install-exec-local: install-libLTLIBRARIES
ln -sf liblxc.so.@LXC_ABI@ liblxc.so.$(firstword $(subst ., ,@LXC_ABI@)); \
ln -sf liblxc.so.$(firstword $(subst ., ,@LXC_ABI@)) liblxc.so
if ENABLE_COMMANDS
install-exec-hook:
chmod u+s $(DESTDIR)$(libexecdir)/lxc/lxc-user-nic
endif
uninstall-local:
$(RM) $(DESTDIR)$(libdir)/liblxc.so*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment