Skip to content
Snippets Groups Projects
Commit 7a035167 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

extract version number from debian/control

parent ebbccdc8
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
echo 'increment the version number, when necessary!'
epoch=0
version=0.1-2
version=`awk '/Version:/ {print $2}' debian/control`
pkgdir=tmp/stage/libgg-aix-pm-perl/$epoch/$version
scripts/pmlnk.pm --copy --target $pkgdir/data/usr/share/perl5 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment