diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2013-02-03 23:57:24 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2013-02-03 23:57:24 +0000 |
commit | 129c50920acb3f307caa72c3908a02ae7aacd4a8 (patch) | |
tree | 56348fe40e6c1c0c983c537d6583edf3053c622d /media-gfx | |
parent | Stable for ia64, wrt bug #454906 (diff) | |
download | gentoo-2-129c50920acb3f307caa72c3908a02ae7aacd4a8.tar.gz gentoo-2-129c50920acb3f307caa72c3908a02ae7aacd4a8.tar.bz2 gentoo-2-129c50920acb3f307caa72c3908a02ae7aacd4a8.zip |
Mark scripts executable, bug#447632
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splash-themes-livedvd/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-gfx/splash-themes-livedvd/ChangeLog b/media-gfx/splash-themes-livedvd/ChangeLog index fb602df3a1e1..9222510df199 100644 --- a/media-gfx/splash-themes-livedvd/ChangeLog +++ b/media-gfx/splash-themes-livedvd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/splash-themes-livedvd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livedvd/ChangeLog,v 1.2 2012/12/16 23:02:55 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livedvd/ChangeLog,v 1.3 2013/02/03 23:57:24 alonbl Exp $ + + 03 Feb 2013; Alon Bar-Lev <alonbl@gentoo.org> + splash-themes-livedvd-12.0.ebuild: + Mark scripts executable, bug#447632 16 Dec 2012; Ulrich Müller <ulm@gentoo.org> splash-themes-livedvd-12.0.ebuild: @@ -11,4 +15,3 @@ 01 Mar 2012; Theo Chatzimichos <tampakrap@gentoo.org> +metadata.xml, +splash-themes-livedvd-12.0.ebuild: Initial commit, ebuild based on splash-themes-{gentoo,livecd} - diff --git a/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0.ebuild b/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0.ebuild index 98d8972bd288..afbb9d3ceeb6 100644 --- a/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0.ebuild +++ b/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0.ebuild,v 1.2 2012/12/16 23:02:55 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0.ebuild,v 1.3 2013/02/03 23:57:24 alonbl Exp $ EAPI=4 @@ -28,4 +28,6 @@ src_install() { dodir /etc/splash/livedvd-${PV} insinto /etc/splash/livedvd-${PV} doins -r * + insopts -m 0755 + doins -r scripts } |