diff options
Diffstat (limited to 'utils/lxc')
-rw-r--r-- | utils/lxc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 1315fec23..0f34eeafe 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -163,6 +163,8 @@ define Package/lxc-common/install $(CP) \ $(PKG_INSTALL_DIR)/etc/lxc/default.conf \ $(1)/etc/lxc/lxc.conf + + $(INSTALL_DIR) $(1)/lxc/ endef define Package/lxc-hooks/install |