Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 324990 Details for
Bug 436242
New Package: net-libs/aslookup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the Makefile
aslookup-Makefile-SevOne.diff (text/plain), 763 bytes, created by
Dan Kozlowski
on 2012-09-25 20:22:08 UTC
(
hide
)
Description:
Patch to fix the Makefile
Filename:
MIME Type:
Creator:
Dan Kozlowski
Created:
2012-09-25 20:22:08 UTC
Size:
763 bytes
patch
obsolete
>diff --git a/src/External/aslookup-beta0.13d/Makefile b/src/External/aslookup-beta0.13d/Makefile >index a8e00f9..fe1e39f 100644 >--- a/src/External/aslookup-beta0.13d/Makefile >+++ b/src/External/aslookup-beta0.13d/Makefile >@@ -23,10 +23,9 @@ SHELL =/bin/sh > .SUFFIXES: .c .o > > CC = gcc >- >-BINDIR =/usr/local/bin >- >-MANDIR =/usr/local/man/man1 >+DESTDIR = /usr/local/ >+BINDIR =$(DESTDIR)bin >+MANDIR =$(DESTDIR)man/man1 > > # TARFILE = $(PROGS)-$(VERSION).tar.gz > # DISTDIR = $(PROGS)-$(VERSION) >@@ -63,7 +62,8 @@ depend: > > install: > @echo "Installing aslookup ..." >- $(INSTALLCMD) -c -m 4555 -o root -g bin $(PROGS) $(BINDIR)/ >+ mkdir -p $(BINDIR) >+ $(INSTALLCMD) -m 4555 -o root -g bin $(PROGS) $(BINDIR)/ > @echo "done" > > clean:; rm -f $(OFILES) $(PROGS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 436242
:
324988
| 324990