Skip to content
Snippets Groups Projects
Commit 210ed839 authored by Iustin Pop's avatar Iustin Pop
Browse files

Small update to the Makefile

parent 0d478754
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ Ganeti/HTools/Version.hs: Ganeti/HTools/Version.hs.in version ...@@ -63,7 +63,7 @@ Ganeti/HTools/Version.hs: Ganeti/HTools/Version.hs.in version
dist: regen-version Ganeti/HTools/Version.hs doc dist: regen-version Ganeti/HTools/Version.hs doc
set -e ; \ set -e ; \
VN=$$(cat version|sed 's/^v//') ; \ VN=$$(sed 's/^v//' < version) ; \
PFX="ganeti-htools-$$VN" ; \ PFX="ganeti-htools-$$VN" ; \
ANAME="$$PFX.tar" ; \ ANAME="$$PFX.tar" ; \
rm -f $$ANAME $$ANAME.gz ; \ rm -f $$ANAME $$ANAME.gz ; \
......
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