Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88832
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +5 lines)
Line  Link Here
0
-- /usr/portage/www-apps/nut/nut-2.0.1_pre4.ebuild     2006-02-10 05:36:15.000000000 +0100
0
++ nut-2.0.1_pre4.ebuild       2006-03-14 16:28:59.000000000 +0100
Lines 57-63 Link Here
57
       econf \
57
       econf \
58
               --with-user=nut \
58
               --with-user=nut \
59
               --with-group=nut \
59
               --with-group=nut \
60
               --with-drvpath=/usr/lib/nut \
60
               --prefix=/ \
61
               --with-drvpath=/lib/nut \
61
               --sysconfdir=/etc/nut \
62
               --sysconfdir=/etc/nut \
62
               --with-logfacility=LOG_DAEMON \
63
               --with-logfacility=LOG_DAEMON \
63
               --with-statepath=/var/lib/nut \
64
               --with-statepath=/var/lib/nut \
Lines 81-88 Link Here
81
src_install() {
82
src_install() {
82
       make DESTDIR="${D}" install install-lib || die "make install failed"
83
       make DESTDIR="${D}" install install-lib || die "make install failed"
83
       dodir /usr/sbin
84
       dodir /sbin
84
       dosym /usr/lib/nut/upsdrvctl /usr/sbin/upsdrvctl
85
       dosym /lib/nut/upsdrvctl /sbin/upsdrvctl
85
       for i in "${D}"/etc/nut/*.sample ; do
86
       for i in "${D}"/etc/nut/*.sample ; do
86
               mv "${i}" "${i/.sample/}"
87
               mv "${i}" "${i/.sample/}"

Return to bug 88832