From da33458299404e360d4de09d5f95d77dfd626de6 Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Fri, 8 Aug 2008 17:53:12 +0200 Subject: [PATCH] Made the makefile a little friendlier --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3ce162..2177c28 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ remote-at: remote - ./mobundle -m Archive::Tar -m Archive::Tar::Constant -m Archive::Tar::File -P -B remote -o remote-at + ./mobundle --body-from remote --head-from-paragraph -o remote-at \ + -m Archive::Tar -m Archive::Tar::Constant -m Archive::Tar::File + chmod +x remote-at -- 2.11.4.GIT