diff options
author | Joseph Jezak <josejx@gentoo.org> | 2008-01-07 15:44:28 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2008-01-07 15:44:28 +0000 |
commit | 17d89ef2bfe1db1eb7d459d41109c7e298b1dda9 (patch) | |
tree | 528d2a98111060111af709241f718cf144d9ce7d /x11-misc/xac/xac-0.6_pre4.ebuild | |
parent | x86 stable, bug #204625 (diff) | |
download | gentoo-2-17d89ef2bfe1db1eb7d459d41109c7e298b1dda9.tar.gz gentoo-2-17d89ef2bfe1db1eb7d459d41109c7e298b1dda9.tar.bz2 gentoo-2-17d89ef2bfe1db1eb7d459d41109c7e298b1dda9.zip |
Make setup.py executable.
(Portage version: 2.1.4_rc13)
Diffstat (limited to 'x11-misc/xac/xac-0.6_pre4.ebuild')
-rw-r--r-- | x11-misc/xac/xac-0.6_pre4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-misc/xac/xac-0.6_pre4.ebuild b/x11-misc/xac/xac-0.6_pre4.ebuild index f715a67a2dae..6460229ed9a6 100644 --- a/x11-misc/xac/xac-0.6_pre4.ebuild +++ b/x11-misc/xac/xac-0.6_pre4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre4.ebuild,v 1.1 2008/01/06 21:05:17 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xac/xac-0.6_pre4.ebuild,v 1.2 2008/01/07 15:44:28 josejx Exp $ inherit toolchain-funcs @@ -22,6 +22,9 @@ src_unpack() { ### Replace /usr/lib/xac with libdir version sed -i "s:/usr/lib/xac:/usr/$(get_libdir)/xac:" xac + + ### Make setup.py executable + chmod +x "${S}/src/setup.py" } src_compile() { |