diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-15 16:02:37 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-15 16:02:37 -0500 |
commit | 752a813b8bc606b8810baac8de18414e2da9b221 (patch) | |
tree | 876f93db5bbe0c96e06bf26574374d9207e1edbf /Makefile | |
parent | acac70fac9fabf81ed09b505129221545f7c0728 (diff) | |
parent | 8195dad4f5f2bb47d423cef587357979365e10b4 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # (c) 2008 Daniel Kahn Gillmor <dkg@fifthhorseman.net> # 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) |