Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185878 | Differences between
and this patch

Collapse All | Expand All

(-)libnl-1.0_pre6.orig/Makefile (-2 / +2 lines)
Lines 37-44 Link Here
37
	@for dir in $(SUBDIRS); do \
37
	@for dir in $(SUBDIRS); do \
38
		echo "Entering $$dir" && cd $$dir && $(MAKE) install && cd ..; \
38
		echo "Entering $$dir" && cd $$dir && $(MAKE) install && cd ..; \
39
	done
39
	done
40
	mkdir -p $(DESTDIR)$(libdir)/pkgconfig/
40
	mkdir -p $(DESTDIR)$(prefix)$(libdir)/pkgconfig/
41
	install -o root -g root -m 0644 libnl-1.pc $(DESTDIR)$(libdir)/pkgconfig/
41
	install -o root -g root -m 0644 libnl-1.pc $(DESTDIR)$(prefix)$(libdir)/pkgconfig/
42
42
43
gendoc:
43
gendoc:
44
	$(MAKE) -C doc gendoc
44
	$(MAKE) -C doc gendoc

Return to bug 185878