]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Use correct tar syntax in get-orig-source
authorRuss Allbery <rra@debian.org>
Tue, 6 Apr 2010 21:35:16 +0000 (14:35 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 6 Apr 2010 21:35:16 +0000 (14:35 -0700)
debian/rules

index 3e1fd0b1ebdd753143a38fd05b011707df6032e7..f3c897c69a244e71c73fd2138dcee98a536e16de 100755 (executable)
@@ -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