diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-05 12:59:09 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-05 12:59:09 +0000 |
commit | 44c9219fdcd554a4c7e487c7d7a3aac2021241c6 (patch) | |
tree | d61dfcdfb3625e1abd5d3a1f9b1b4667d9ccbb17 /dev-libs/slib | |
parent | Added dependencies (diff) | |
download | gentoo-2-44c9219fdcd554a4c7e487c7d7a3aac2021241c6.tar.gz gentoo-2-44c9219fdcd554a4c7e487c7d7a3aac2021241c6.tar.bz2 gentoo-2-44c9219fdcd554a4c7e487c7d7a3aac2021241c6.zip |
Added dependencies and use gnome feature
Diffstat (limited to 'dev-libs/slib')
-rw-r--r-- | dev-libs/slib/slib-2.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/slib/slib-2.3.8.ebuild b/dev-libs/slib/slib-2.3.8.ebuild index 44f2154eab13..f66774ab0e33 100644 --- a/dev-libs/slib/slib-2.3.8.ebuild +++ b/dev-libs/slib/slib-2.3.8.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.3.8.ebuild,v 1.2 2000/11/02 02:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.3.8.ebuild,v 1.3 2000/11/05 12:59:09 achim Exp $ P=slib2c8 A=${P}.zip @@ -22,9 +22,9 @@ src_install () { } pkg_postinst () { - if [ "${ROOT}" == "/" ] then + echo "Installing..." guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" "/" fi } |