summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-05-25 23:17:09 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-05-25 23:17:09 +0000
commit151580159b22b798a0c832e3d5d71440b72f3b9a (patch)
treea84498536fcce72915bcb05d3929fcbe968a36aa /app-arch/guitar/guitar-0.1.4.ebuild
parentnew version (diff)
downloadhistorical-151580159b22b798a0c832e3d5d71440b72f3b9a.tar.gz
historical-151580159b22b798a0c832e3d5d71440b72f3b9a.tar.bz2
historical-151580159b22b798a0c832e3d5d71440b72f3b9a.zip
fixed problem with gnome
Diffstat (limited to 'app-arch/guitar/guitar-0.1.4.ebuild')
-rw-r--r--app-arch/guitar/guitar-0.1.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-arch/guitar/guitar-0.1.4.ebuild b/app-arch/guitar/guitar-0.1.4.ebuild
index 64eaa72e6b67..1875fb833e61 100644
--- a/app-arch/guitar/guitar-0.1.4.ebuild
+++ b/app-arch/guitar/guitar-0.1.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: José Alberto Suárez López <bass@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-arch/guitar/guitar-0.1.4.ebuild,v 1.1 2002/05/20 22:56:46 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/guitar/guitar-0.1.4.ebuild,v 1.2 2002/05/25 23:17:09 bass Exp $
MY_P=guiTAR-${PV}
@@ -33,6 +33,7 @@ src_compile() {
}
src_install() {
-
+
+ use gnome && cp ${FILESDIR}/install.gnome ${S}
einstall || die
}