Skip to content
Snippets Groups Projects
Verified Commit fe189627 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

turris-version: Get rid of alpha

parent 339e903b
Branches
Tags
No related merge requests found
......@@ -68,7 +68,7 @@ endef
define Package/turris-version/install
\$(INSTALL_DIR) \$(1)/etc
echo \$(PKG_VERSION) > \$(1)/etc/turris-version
echo \$(PKG_VERSION) | sed 's|-.*||' > \$(1)/etc/turris-version
endef
\$(eval \$(call BuildPackage,turris-version))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment