diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 23:44:38 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 23:44:38 -0500 |
commit | bbbc5bb8accf1db41d6a95e227f028376823cddf (patch) | |
tree | 6b579205e538dd7033ec78dbd373582f328c9311 /Makefile | |
parent | 2e534772b9b105ceabfe140d1552770b5c9d76ea (diff) |
fix some things bugs from the separation transition, and try to fix the test scripts
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ tarball: clean debian-package: tarball tar xzf monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz - sed -i "s|__VERSION__|$(MONKEYSPHERE_VERSION)|g" monkeysphere-$(MONKEYSPHERE_VERSION)/src/common + sed -i "s|__VERSION__|$(MONKEYSPHERE_VERSION)|g" monkeysphere-$(MONKEYSPHERE_VERSION)/src/share/common cp -a packaging/debian monkeysphere-$(MONKEYSPHERE_VERSION) (cd monkeysphere-$(MONKEYSPHERE_VERSION) && debuild -uc -us) rm -rf monkeysphere-$(MONKEYSPHERE_VERSION) |