diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-11-01 20:04:40 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-11-01 20:04:40 +0000 |
commit | 2ce9c7f9885b28c554674b430579f3ff0a5d342f (patch) | |
tree | 741983113f4a5333513c90bedb4e59be4c9750c9 /app-misc/conmux | |
parent | Make support for PKCS#11 optional with USE=gnutls, cleanup some legacy code (diff) | |
download | gentoo-2-2ce9c7f9885b28c554674b430579f3ff0a5d342f.tar.gz gentoo-2-2ce9c7f9885b28c554674b430579f3ff0a5d342f.tar.bz2 gentoo-2-2ce9c7f9885b28c554674b430579f3ff0a5d342f.zip |
Make sure the drivers/ and helpers/ files have +x
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'app-misc/conmux')
-rw-r--r-- | app-misc/conmux/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/conmux/conmux-0.15.1-r2.ebuild (renamed from app-misc/conmux/conmux-0.15.1-r1.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/app-misc/conmux/ChangeLog b/app-misc/conmux/ChangeLog index 9a7780f5940e..22c2f6f20fb3 100644 --- a/app-misc/conmux/ChangeLog +++ b/app-misc/conmux/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/conmux # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/ChangeLog,v 1.2 2013/10/31 20:01:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/ChangeLog,v 1.3 2013/11/01 20:04:40 hwoarang Exp $ + +*conmux-0.15.1-r2 (01 Nov 2013) + + 01 Nov 2013; Markos Chandras <hwoarang@gentoo.org> +conmux-0.15.1-r2.ebuild, + -conmux-0.15.1-r1.ebuild: + Make sure the drivers/ and helpers/ files have +x *conmux-0.15.1-r1 (31 Oct 2013) diff --git a/app-misc/conmux/conmux-0.15.1-r1.ebuild b/app-misc/conmux/conmux-0.15.1-r2.ebuild index 85f6f167c570..ceb020098aa9 100644 --- a/app-misc/conmux/conmux-0.15.1-r1.ebuild +++ b/app-misc/conmux/conmux-0.15.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/conmux-0.15.1-r1.ebuild,v 1.1 2013/10/31 20:01:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/conmux/conmux-0.15.1-r2.ebuild,v 1.1 2013/11/01 20:04:40 hwoarang Exp $ EAPI=5 @@ -28,8 +28,9 @@ src_install() { perlinfo emake BASE="${D}/usr" install # helpers and drivers have been removed in src_prepare - insinto /usr/share/${PN} - doins -r drivers helpers + insinto /usr/share/${PN}/ + doins -r drivers/ helpers/ + fperms -R 0750 /usr/share/${PN}/{drivers,helpers}/ dodir /etc/${PN} # no need to have the init script in /sbin rm "${D}"/usr/sbin/start || die "failed to remove init script" |