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

gluon-core: ensure the release file is always up-to-date

parent 48788391
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ define Build/Configure
endef
define Build/Compile
echo "$(GLUON_RELEASE)" > $(PKG_BUILD_DIR)/release
endef
define Package/gluon-core/install
......@@ -35,7 +34,7 @@ define Package/gluon-core/install
$(GLUON_GENERATE) ./generate/* $(1)/
$(INSTALL_DIR) $(1)/lib/gluon
$(INSTALL_DATA) $(PKG_BUILD_DIR)/release $(1)/lib/gluon/release
echo "$(GLUON_RELEASE)" > $(1)/lib/gluon/release
endef
$(eval $(call BuildPackage,gluon-core))
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