Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15780] dhcp installs wrong

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15780] dhcp installs wrong
  • Date: 30 Jul 2010 00:56:39 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15780





--- Comment #2 from Mike <4hcowboy AT gmail.com> 2010-07-29 19:56:39 ---
(In reply to comment #1)
> add --exec-prefix=/ to CONFIGURE so it installs to /sbin
>
> change INSTALL to
>
> make LIBDIR=/usr/lib INCDIR=/usr/include install &&
> install -m 644 -T client/dhclient.conf
> $INSTALL_ROOT/etc/dhclient.conf.example &&
> install -m 644 -T client/scripts/linux $INSTALL_ROOT/sbin/dhclient-script
> &&
> install -m 644 -T server/dhcpd.conf $INSTALL_ROOT/etc/dhcpd.conf.example
>
> adding -T keeps it from copying both *.conf and *.conf.example

oops, should be:
--exec-prefix=$INSTALL_ROOT

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page