From: Bdale Garbee Date: Fri, 22 Jul 2016 19:27:48 +0000 (-0600) Subject: typo .. we need to extract the tarball after the flush, not create! X-Git-Tag: upstream/1.29b~1 X-Git-Url: https://git.gag.com/?p=debian%2Ftar;a=commitdiff_plain;h=d8086bc88823d76c4b2c0d1057c7972972eaa393 typo .. we need to extract the tarball after the flush, not create! --- diff --git a/cleanup-script.sh b/cleanup-script.sh index 91c5ae37..13a048c3 100755 --- a/cleanup-script.sh +++ b/cleanup-script.sh @@ -253,7 +253,7 @@ else ${echo} "x - failed to remove lock directory ${lock_dir}." exit 1 fi -tar cf $tmpfile doc/tar.1 doc/rmt.8 +tar xf $tmpfile doc/tar.1 doc/rmt.8 git add doc/Makefile doc/Makefile.in doc/README doc/tar.1 doc/rmt.8 exit 0