automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI shar decompression typo in distcheck


From: Alexandre Duret-Lutz
Subject: FYI shar decompression typo in distcheck
Date: Sun, 18 Apr 2004 20:36:24 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I'm installing this on HEAD and branch-1-8.

I bet nobody generate unshar-only package anyway.

2004-04-18  Alexandre Duret-Lutz  <address@hidden>

        * lib/am/distdir.am (distcheck): Typo in shar decompression.

Index: lib/am/distdir.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/distdir.am,v
retrieving revision 1.55
diff -u -r1.55 distdir.am
--- lib/am/distdir.am   29 Feb 2004 16:26:12 -0000      1.55
+++ lib/am/distdir.am   18 Apr 2004 18:33:49 -0000
@@ -311,7 +311,7 @@
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
        *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
+         GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]