diff options
author | George Shapovalov <george@gentoo.org> | 2003-12-12 05:08:50 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-12-12 05:08:50 +0000 |
commit | 969e2cccfc872cb7e1e02fa5793921885b5e54a0 (patch) | |
tree | 5cffdaf2c628d1ebe91dc1c4700a57f5da98d7b3 /dev-ada/gps-bin/gps-bin-1.2.2.ebuild | |
parent | update to filter -mfpmath better (diff) | |
download | historical-969e2cccfc872cb7e1e02fa5793921885b5e54a0.tar.gz historical-969e2cccfc872cb7e1e02fa5793921885b5e54a0.tar.bz2 historical-969e2cccfc872cb7e1e02fa5793921885b5e54a0.zip |
fixed the libpng symlink
Diffstat (limited to 'dev-ada/gps-bin/gps-bin-1.2.2.ebuild')
-rw-r--r-- | dev-ada/gps-bin/gps-bin-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/gps-bin/gps-bin-1.2.2.ebuild b/dev-ada/gps-bin/gps-bin-1.2.2.ebuild index a14bda560461..07a0560a708f 100644 --- a/dev-ada/gps-bin/gps-bin-1.2.2.ebuild +++ b/dev-ada/gps-bin/gps-bin-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/gps-bin/gps-bin-1.2.2.ebuild,v 1.3 2003/10/06 00:13:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/gps-bin/gps-bin-1.2.2.ebuild,v 1.4 2003/12/12 05:08:44 george Exp $ IUSE="" @@ -34,7 +34,7 @@ src_install () { mv doc/gps/{examples,html,ps,txt} ${D}/usr/share/doc/${PF} #gps was compiled against libpng.so.2 which in fact is libpng.so.3 on gentoo systems - dosym /usr/lib/libpng.so.2 /opt/${PN}/lib/libpng.so.3 + dosym /usr/lib/libpng.so /opt/${PN}/lib/libpng.so.2 #now some env vars insinto /etc/env.d |