summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2002-04-22 01:40:43 +0000
committerAron Griffis <agriffis@gentoo.org>2002-04-22 01:40:43 +0000
commit12ce5ff66156982f72a149ce097366e4ab610b36 (patch)
treee1e1aa4f18ea5fbf80d5fca96135e4d232838286 /dev-ruby/ruby-gconf
parentSkipped this digest originally. (diff)
downloadhistorical-12ce5ff66156982f72a149ce097366e4ab610b36.tar.gz
historical-12ce5ff66156982f72a149ce097366e4ab610b36.tar.bz2
historical-12ce5ff66156982f72a149ce097366e4ab610b36.zip
Fixed bug installing
Diffstat (limited to 'dev-ruby/ruby-gconf')
-rw-r--r--dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild b/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild
index 51dfbb22eda9..41968488e250 100644
--- a/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild
+++ b/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild,v 1.1 2002/04/22 01:07:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gconf/ruby-gconf-0.2.ebuild,v 1.2 2002/04/22 01:40:43 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Ruby Gconf bindings"
@@ -18,6 +18,6 @@ src_compile() {
}
src_install () {
- make install DESTDIR=${D}
+ make -C src install DESTDIR=${D}
dodoc [A-Z]*
}