Skip to content
Snippets Groups Projects
Unverified Commit 172a02e2 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-config-mode-domain-select: remove i18n build commands

gluon-config-mode-domain-select does not have any i18n files of its own.
parent 557565e1
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include ../gluon.mk
PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
define Package/gluon-config-mode-domain-select
SECTION:=gluon
......@@ -25,13 +23,11 @@ define Build/Configure
endef
define Build/Compile
$(call GluonBuildI18N,gluon-config-mode-domain-select,i18n)
$(call GluonSrcDiet,./luasrc,$(PKG_BUILD_DIR)/luadest/)
endef
define Package/gluon-config-mode-domain-select/install
$(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/
$(call GluonInstallI18N,gluon-config-mode-domain-select,$(1))
endef
define Package/gluon-config-domain-select/postinst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment