-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lost VERSION file in source #6
Comments
But 'make archive' does include the VERSION file in the created archive. |
But something want this file, so I also I tried do something like exist in src.rpm from OpenSuse on UPLOS Linux ( PCLinuxOS based )
I want write something else
we going to this website and ...
So, If you can, write how you doing it. |
When build package with the release source, we cannot get the package version.
I wonder if the VERSION file should be shipped in then archive source.
Makefile:$(shell $ (GIT2LOG) --version VERSION ; cat VERSION)$(shell git branch | perl -ne 'print $ $_ if s/^\s//')
6 VERSION :=
7 BRANCH :=
8 PREFIX := gfxboot-$(VERSION)
The text was updated successfully, but these errors were encountered: