* Paolo Marcheschi <[email protected]> [2011-11-14 15:29]: > Hi > I removed the lines and add the configure options. > But it seems to put the binaries in /usr/local/bin
Change the CONFIGURE_OPTIONS = --sysconfdir=/etc to CONFIGURE_OPTIONS += --sysconfdir=/etc The CONFIGURE_OPTIONS macro is already defined with default values for mandir/bindir/libdir etc. in configure.mk so you should not override it but only add to it. -- Guido Berhoerster _______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
