diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2003-11-09 23:28:28 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2003-11-09 23:28:28 +0000 |
commit | f57a723ddccdff58816bbe7d9f3033c7d3d386d2 (patch) | |
tree | 3f7906dd21478ebf61aba13b9f5bff56137b82c6 /media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild | |
parent | New version (diff) | |
download | gentoo-2-f57a723ddccdff58816bbe7d9f3033c7d3d386d2.tar.gz gentoo-2-f57a723ddccdff58816bbe7d9f3033c7d3d386d2.tar.bz2 gentoo-2-f57a723ddccdff58816bbe7d9f3033c7d3d386d2.zip |
Fixing bug #32862 - sandbox violations if gnome is not present in the USE flags
Diffstat (limited to 'media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild')
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild index 4eb09e7d3a97..093f687fb4f9 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild,v 1.2 2003/10/31 13:56:14 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild,v 1.3 2003/11/09 23:28:19 leonardop Exp $ DESCRIPTION="Drawing program designed for young children (kids ages 3 and up)" HOMEPAGE="http://www.newbreedsoftware.com/tuxpaint/" @@ -50,6 +50,7 @@ src_compile() { src_install () { sed -i "s:^PREFIX=.*:PREFIX=${D}usr:" Makefile sed -i "s:^ CONFDIR=.*: CONFDIR=${D}etc/tuxpaint:" Makefile + sed -i 's:make install-gnome.*:echo " Nothing to install"; \\:' Makefile dodir /usr/bin use kde && dodir /usr/kde/3.1/share/applnk/Graphics \ |