diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-12-03 20:28:04 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-12-03 20:28:04 +0000 |
commit | 6029e253007cb9c7822aa5e0f825056819ec928b (patch) | |
tree | c42893d9a86331ad1eee840d4f9b4774619cd231 /media-libs/gdk-pixbuf | |
parent | fixed control-center URL (diff) | |
download | gentoo-2-6029e253007cb9c7822aa5e0f825056819ec928b.tar.gz gentoo-2-6029e253007cb9c7822aa5e0f825056819ec928b.tar.bz2 gentoo-2-6029e253007cb9c7822aa5e0f825056819ec928b.zip |
ldconfig typo fix
Diffstat (limited to 'media-libs/gdk-pixbuf')
-rw-r--r-- | media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild index e220ced34959..e4ce3428b92e 100644 --- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild +++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.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/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild,v 1.7 2000/11/22 12:23:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild,v 1.8 2000/12/03 20:28:04 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -24,7 +24,7 @@ src_install() { pkg_postinst() { - ldconfg -r ${ROOT} + ldconfig -r ${ROOT} } |