gnats-prs
[Top][All Lists]
Advanced

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

Re: gnats/28


From: Jay Fenlason
Subject: Re: gnats/28
Date: 30 May 2001 15:24:00 -0000

The following reply was made to PR gnats/28; it has been noted by GNATS.

From: Jay Fenlason <address@hidden>
To: address@hidden,
        address@hidden, address@hidden,
        address@hidden
Cc:  
Subject: Re: gnats/28
Date: Wed, 30 May 2001 11:19:14 -0400

 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=28&database=gnats
 
 The following patch allowed me to finish installing gnats on my OpenBSD
 2.7 box.  And
 it appears to work.  Of course, you have to re-run configure. . .
 
 --- gnats/Makefile.in.orig      Tue May  8 13:23:36 2001
 +++ gnats/Makefile.in   Tue May 29 10:45:28 2001
 @@ -496,7 +496,7 @@
           echo "*** Warning: Must chown $(GNATS_USER) $(datadir)/gnats"
 ; \
         fi
         $(INSTALL_DATA) gnats.el $(lispdir)/gnats.el
 -       test -f gnats.elc && $(INSTALL_DATA) gnats.elc
 $(lispdir)/gnats.elc
 +       -test -f gnats.elc && $(INSTALL_DATA) gnats.elc
 $(lispdir)/gnats.elc
  
  install-tools-bin: all-tools
         $(INSTALL_PROGRAM) query-pr $(bindir)/query-pr
 


reply via email to

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