Skip to content
Snippets Groups Projects
Commit 76ccfeea authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-config-mode-contact-info: fix c&p mistake

parent 224f3990
No related branches found
No related tags found
No related merge requests found
...@@ -25,12 +25,12 @@ define Build/Configure ...@@ -25,12 +25,12 @@ define Build/Configure
endef endef
define Build/Compile define Build/Compile
$(call GluonBuildI18N,gluon-config-mode-geo-contact-info) $(call GluonBuildI18N,gluon-config-mode-contact-info)
endef endef
define Package/gluon-config-mode-contact-info/install define Package/gluon-config-mode-contact-info/install
$(CP) ./files/* $(1)/ $(CP) ./files/* $(1)/
$(call GluonInstallI18N,gluon-config-mode-geo-contact-info,$(1)) $(call GluonInstallI18N,gluon-config-mode-contact-info,$(1))
endef endef
$(eval $(call BuildPackage,gluon-config-mode-contact-info)) $(eval $(call BuildPackage,gluon-config-mode-contact-info))
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