|
@@ -72,7 +72,8 @@ endef
|
|
|
|
|
|
define LIBSELINUX_INSTALL_TARGET_CMDS
|
|
define LIBSELINUX_INSTALL_TARGET_CMDS
|
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
|
- $(LIBSELINUX_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
|
|
|
|
|
+ $(LIBSELINUX_MAKE_OPTS) DESTDIR=$(TARGET_DIR) \
|
|
|
|
+ $(LIBSELINUX_MAKE_INSTALL_TARGETS)
|
|
# Create the selinuxfs mount point
|
|
# Create the selinuxfs mount point
|
|
if [ ! -d "$(TARGET_DIR)/selinux" ]; then mkdir $(TARGET_DIR)/selinux; fi
|
|
if [ ! -d "$(TARGET_DIR)/selinux" ]; then mkdir $(TARGET_DIR)/selinux; fi
|
|
if ! grep -q "selinuxfs" $(TARGET_DIR)/etc/fstab; then \
|
|
if ! grep -q "selinuxfs" $(TARGET_DIR)/etc/fstab; then \
|