summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-07-30 05:35:17 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-07-30 05:35:17 +0000
commit72a5602a0e42a3b67e5140ed7cd128e8c0f156a3 (patch)
treee0fdd56ed08b94da30a3da6e80a15540f6d8176f /sys-power/nut
parentVersion bump. (diff)
downloadgentoo-2-72a5602a0e42a3b67e5140ed7cd128e8c0f156a3.tar.gz
gentoo-2-72a5602a0e42a3b67e5140ed7cd128e8c0f156a3.tar.bz2
gentoo-2-72a5602a0e42a3b67e5140ed7cd128e8c0f156a3.zip
fixing bug 517954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-power/nut')
-rw-r--r--sys-power/nut/ChangeLog8
-rw-r--r--sys-power/nut/nut-2.7.2-r1.ebuild (renamed from sys-power/nut/nut-2.7.2.ebuild)6
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-power/nut/ChangeLog b/sys-power/nut/ChangeLog
index af4ceaaa2aa2..110f722d8f55 100644
--- a/sys-power/nut/ChangeLog
+++ b/sys-power/nut/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-power/nut
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.115 2014/07/24 04:42:46 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.116 2014/07/30 05:35:17 prometheanfire Exp $
+
+*nut-2.7.2-r1 (30 Jul 2014)
+
+ 30 Jul 2014; Matthew Thode <prometheanfire@gentoo.org> +nut-2.7.2-r1.ebuild,
+ -nut-2.7.2.ebuild:
+ fixing bug 517954
*nut-2.7.2 (24 Jul 2014)
diff --git a/sys-power/nut/nut-2.7.2.ebuild b/sys-power/nut/nut-2.7.2-r1.ebuild
index 6c034a92ebcc..8ab68eca0611 100644
--- a/sys-power/nut/nut-2.7.2.ebuild
+++ b/sys-power/nut/nut-2.7.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.2.ebuild,v 1.1 2014/07/24 04:42:46 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.2-r1.ebuild,v 1.1 2014/07/30 05:35:17 prometheanfire Exp $
EAPI=5
inherit autotools bash-completion-r1 eutils fixheadtails multilib user systemd flag-o-matic toolchain-funcs
@@ -165,9 +165,7 @@ src_install() {
find "${D}" -name '*.la' -exec rm -f {} +
dodir /sbin
- dosym /$(get_libdir)/nut/upsdrvctl /sbin/upsdrvctl
- # This needs to exist for the scripts
- dosym /$(get_libdir)/nut/upsdrvctl /usr/sbin/upsdrvctl
+ dosym /usr/sbin/upsdrvctl /sbin/upsdrvctl
if use cgi; then
elog "CGI monitoring scripts are installed in /usr/share/nut/cgi."