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: Darryl Ross
Subject: Re: [Sks-devel] 1.0.9 Released
Date: Sat, 23 Oct 2004 13:13:32 +0930
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

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

Attachment: signature.asc
Description: PGP signature

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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