Skip to content

Commit 5b0a1eb

Browse files
committed
Update makepack to push tag
1 parent a394201 commit 5b0a1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/makepack-awstats.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@
238238
$olddir=getcwd();
239239
chdir("$SOURCE");
240240

241-
print 'Run git tag -a -m "'.$MAJOR.'.'.$MINOR.'" "'.$MAJOR.'.'.$MINOR.'"'."\n";
242-
$ret=`git tag -a -m "$MAJOR.$MINOR.$BUILD" "$MAJOR.$MINOR" 2>&1`;
241+
print 'Run git tag -a -m "AWSTATS_'.$MAJOR.'_'.$MINOR.'" "AWSTATS_'.$MAJOR.'_'.$MINOR.'"'."\n";
242+
$ret=`git tag -a -m "AWSTATS_${MAJOR}_${MINOR}" "AWSTATS_${MAJOR}_${MINOR}" 2>&1`;
243243
if ($ret =~ /already exists/)
244244
{
245245
print "WARNING: Tag ".$MAJOR.'.'.$MINOR." already exists. Overwrite (y/N) ? ";

0 commit comments

Comments
 (0)