X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=7493b1f5112924e38f92e20094967ff6e8d41234;hb=930b0742dc2cf88015272057374ca68c94e40597;hp=7db645a9f987ae03e5bc5911073f8f9ba7986eb6;hpb=a4f2e6c3e7086504d7b982971bb7584e411caf4d;p=monkeysphere.git diff --git a/Makefile b/Makefile index 7db645a..7493b1f 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # (c) 2008 Daniel Kahn Gillmor # Licensed under GPL v3 or later -MONKEYSPHERE_VERSION = `head -n1 debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` +MONKEYSPHERE_VERSION = `head -n1 packaging/debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` # these defaults are for debian. porters should probably adjust them # before calling make install @@ -29,7 +29,7 @@ tarball: clean debian-package: tarball tar xzf monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz - cp -a debian monkeysphere-$(MONKEYSPHERE_VERSION) + cp -a packaging/debian monkeysphere-$(MONKEYSPHERE_VERSION) (cd monkeysphere-$(MONKEYSPHERE_VERSION) && debuild -uc -us) rm -rf monkeysphere-$(MONKEYSPHERE_VERSION)