Repair the distribution builder.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 20 Feb 2012 20:12:43 +0000 (15:12 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 20 Feb 2012 20:12:43 +0000 (15:12 -0500)
Makefile

index f85b3376950fcf6a5479cd84a83c0257f4d0ef3e..5c9c60007923f809bf717c586f7a528e8fb18064 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Makefile for the SST2K project
 
-VERS=$(shell sed <sst.py -n -e '/version=\(.*\)/s//\1/p')
+VERS=$(shell sed <sst.py -n -e '/version *= *\(.*\)/s//\1/p')
 
 MANDIR=/usr/share/man/man1
 BINDIR=/usr/bin