sks-devel
[Top][All Lists]
Advanced

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

Re: [Sks-devel] 1.0.9 Released


From: Yaron Minsky
Subject: Re: [Sks-devel] 1.0.9 Released
Date: Sat, 23 Oct 2004 07:47:12 -0400

That's a good patch, but the install does actually work without it ---
it just doesn't create the install directories if they don't exist. 
Not worth changing the release, since it's been that away for every
SKS release until now without too much trouble.

The Makefile.local was intentional.

Thanks,
y


On Sat, 23 Oct 2004 13:13:32 +0930, Darryl Ross <address@hidden> wrote:
> Yaron Minsky wrote:
> > `This is to announce the release of SKS 1.0.9.  This is a
> > brown-paper-bag release, fixing some brain-o's with the 1.0.8 tarball,
> > as well as incorporating a few actual new patches.  Here's the
> > relevant portion of the changelog:
> 
> It still doesn't seem to do a make install properly, the attached
> Makefile.diff fixes that.
> 
> Also, the tarball seems to include the Makefile.local file, not sure if
> that was intentional or not.
> 
> Regards
> Darryl
> 
> 
> --- Makefile.orig       2004-10-23 13:05:56.000000000 +0930
> +++ Makefile    2004-10-23 13:07:01.000000000 +0930
> @@ -126,13 +126,13 @@
> 
>  # Special targets
> 
> -install:
> -       install sks_build.sh sks sks_add_mail $(PREFIX)/bin
> -       install sks.8.gz $(MANDIR)/man8
> -
> -install.bc:
> -       install sks_build.bc.sh sks.bc sks_add_mail.bc $(PREFIX)/bin
> -       install sks.8.gz $(MANDIR)/man8
> +install: sks.8.gz
> +       install -D sks_build.sh sks sks_add_mail $(PREFIX)/bin
> +       install -D sks.8.gz $(MANDIR)/man8
> +
> +install.bc: sks.8.gz
> +       install -D sks_build.bc.sh sks.bc sks_add_mail.bc $(PREFIX)/bin
> +       install -D sks.8.gz $(MANDIR)/man8
> 
>  Makefile.local:
>         touch Makefile.local
> 
> 
> 
>




reply via email to

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