On Thu, Oct 16, 2008, Jeff Johnson wrote:
> - jbj: add lua chkconfig/shadow modules to lua EXTRA_DIST.
>
> Summary:
> Revision Changes Path
> 1.17.2.4 +3 -1 lua/Makefile.am
> ____________________________________________________________________________
>
> patch -p0 <<'@@ .'
> Index: lua/Makefile.am
> ============================================================================
> $ cvs diff -u -r1.17.2.3 -r1.17.2.4 Makefile.am
> --- lua/Makefile.am 21 Aug 2008 13:19:23 -0000 1.17.2.3
> +++ lua/Makefile.am 16 Oct 2008 19:04:23 -0000 1.17.2.4
> @@ -5,7 +5,9 @@
> EXTRA_DIST = \
> COPYRIGHT \
> HISTORY \
> - local/llocal.lua
> + local/chkconfig \
> + local/llocal.lua \
> + local/shadow
>
> AM_CPPFLAGS = \
> -I$(top_srcdir) \
No, unfortunately not suffcient under non-Linux:
$ atool -l rpm-5.1.DEVEL.tar.gz | grep shadow
-rw-r--r-- rse/rse 3584 2008-08-20 09:08 rpm-5.1.DEVEL/lua/local/lshadow.c
-rw-r--r-- rse/rse 98 2008-08-17 20:49 rpm-5.1.DEVEL/lua/local/lshadow.h
Perhaps all files have to be listed explicitly?
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
Received on Thu Oct 16 22:50:52 2008