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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- lib/blkid/Makefile.in
0
++ lib/blkid/Makefile.in
Lines 142-150 Link Here
142
	@cd $(top_builddir); CONFIG_FILES=lib/blkid/blkid.pc ./config.status
142
	@cd $(top_builddir); CONFIG_FILES=lib/blkid/blkid.pc ./config.status
143
143
144
installdirs::
144
installdirs::
145
	@echo "	MKINSTALLDIRS $(libdir) $(includedir)/blkid"
145
	@echo "	MKINSTALLDIRS $(libdir) $(includedir)/blkid $(man3dir)"
146
	@$(MKINSTALLDIRS) $(DESTDIR)$(libdir) \
146
	@$(MKINSTALLDIRS) $(DESTDIR)$(libdir) \
147
		$(DESTDIR)$(includedir)/blkid $(DESTDIR)$(libdir)/pkgconfig
147
		$(DESTDIR)$(includedir)/blkid $(DESTDIR)$(libdir)/pkgconfig \
148
		$(DESTDIR)$(man3dir)
148
149
149
install:: all installdirs 
150
install:: all installdirs 
150
	@echo "	INSTALL_DATA $(libdir)/libblkid.a"
151
	@echo "	INSTALL_DATA $(libdir)/libblkid.a"

Return to bug 267402