diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 06:08:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 06:08:02 +0000 |
commit | 44e06671ec015f5df109119f7abe3666498ff5f7 (patch) | |
tree | cdc04eaa5a7459341034ae67b7a1627b0866828b /media-sound/soundtracker | |
parent | Added patch to remove gcc optimizations to allow users make.conf to (diff) | |
download | historical-44e06671ec015f5df109119f7abe3666498ff5f7.tar.gz historical-44e06671ec015f5df109119f7abe3666498ff5f7.tar.bz2 historical-44e06671ec015f5df109119f7abe3666498ff5f7.zip |
sorted out sandbox violation
Diffstat (limited to 'media-sound/soundtracker')
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.6.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/soundtracker/soundtracker-0.6.6.ebuild b/media-sound/soundtracker/soundtracker-0.6.6.ebuild index 4306d1706161..d4b38010172f 100644 --- a/media-sound/soundtracker/soundtracker-0.6.6.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.4 2002/07/23 06:08:02 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" @@ -42,9 +42,7 @@ src_compile() { src_install () { - make \ - prefix=${D}/usr \ - install || die + einstall || die # strip suid from binary chmod -s ${D}/usr/bin/soundtracker |