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

Re: How to use imake with new X policy ?



Hi Jose,

> xbanner can be put in /usr/bin.
> I just want to know how tell to imake to use /usr/bin instead /usr/X11R6

add to debian/rules "BINDIR=/usr/bin MANPATH=/usr/man" to the make
install line right where DESTDIR is set.

like so: 
$(MAKE) BINDIR=/usr/bin MANPATH=/usr/share/man DESTDIR=$(prefix) install install.man

That should fix your problem.

-- 
Best regards,
 Kilian



Reply to: