summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-01-19 01:55:46 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-01-19 01:55:46 -0500
commit6647104d7181e9bb08d5eaed907d985b131a6c16 (patch)
tree4c87a7d2fbe0c256ce3c01bddf0b7fbb67ccf760 /Makefile
parentf9da5934c0976783b88f61504bb27a5fd29d8e3e (diff)
switch Makefile to use upstream changelog for versioning info
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9381b03..710d779 100755
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# © 2008-2010 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
# Licensed under GPL v3 or later
-MONKEYSPHERE_VERSION = `head -n1 packaging/debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'`
+MONKEYSPHERE_VERSION = `head -n1 changelog | sed 's/.*(\([^-]*\)).*/\1/'`
# these defaults are for debian. porters should probably adjust them
# before calling make install