From be05a1244f0252833d4cc325c92479c68e686e75 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 6 Apr 2010 14:35:16 -0700 Subject: [PATCH] Use correct tar syntax in get-orig-source --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3e1fd0b1e..f3c897c69 100755 --- a/debian/rules +++ b/debian/rules @@ -75,7 +75,7 @@ REPO := git://git.openafs.org/openafs.git # installed and there's network connectivity to the upstream repository. get-orig-source: git archive --remote='$(REPO)' --prefix='openafs_$(DEBVERS).orig/' \ - --format=tar '$(TAG)' | tar xf + --format=tar '$(TAG)' | tar xf - rm -r openafs_$(DEBVERS).orig/src/WINNT tar cf openafs_$(DEBVERS).orig.tar openafs_$(DEBVERS).orig rm -r openafs_$(DEBVERS).orig -- 2.39.5