From 10df35b2ef3de66f249e1e1cffc3e9153349c33b Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 18 Sep 1997 02:03:12 +0000 Subject: [PATCH] Read Makefile.in. --- buildship | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildship b/buildship index b6d13f3..84cde92 100755 --- a/buildship +++ b/buildship @@ -2,7 +2,7 @@ # to release, check out a fresh copy and then run this set -e -version=`sed -n 's/^VERSION=\(.*\) *$/\1/p' Makefile` +version=`sed -n 's/^VERSION=\(.*\) *$/\1/p' Makefile.in` targz=userv-$version.tar.gz tag=`echo release-$version | sed -e 's/\./-/g'` -- 2.30.2