aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-19 14:03:50 -0400
committerJoey Hess <joey@kitenet.net>2011-03-19 14:03:50 -0400
commite837a226d6bdbbe4a8b02a45b663552e2904adb7 (patch)
treee3f31b42a4447af9a231c0938ab635a337d6087e /Makefile.PL
parent4b5e4a9e37b1f28a68bec8c78a8fe3ef4b811f3b (diff)
downloadikiwiki-e837a226d6bdbbe4a8b02a45b663552e2904adb7.tar
ikiwiki-e837a226d6bdbbe4a8b02a45b663552e2904adb7.tar.gz
remove reundant chengelog version parse
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7906f6593..df677262b 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -50,7 +50,7 @@ extra_build: $(outprogs) ikiwiki.setup docwiki
./mdwn2man ikiwiki-update-wikilist 1 doc/ikiwiki-update-wikilist.mdwn > ikiwiki-update-wikilist.man
./mdwn2man ikiwiki-calendar 1 doc/ikiwiki-calendar.mdwn > ikiwiki-calendar.man
$(MAKE) -C po
- $(SED) -i.bkp "s/Version:.*/Version: $$(perl -e '$$_=<>;print m/\((.*?)\)/'<debian/changelog)/" ikiwiki.spec
+ $(SED) -i.bkp "s/Version:.*/Version: $(VER)/" ikiwiki.spec
rm -f ikiwiki.spec.bkp
docwiki: