summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-01-17 12:39:49 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-01-17 12:39:49 +0000
commitf697db53da068eec6f137356bf161d3adb729049 (patch)
tree879af301b4fc6c7a9d37f1e3ac7797d33634291b /sys-apps
parentfixed out of image dir writes and corrected symlinks (diff)
downloadhistorical-f697db53da068eec6f137356bf161d3adb729049.tar.gz
historical-f697db53da068eec6f137356bf161d3adb729049.tar.bz2
historical-f697db53da068eec6f137356bf161d3adb729049.zip
fixed little error
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/attr/attr-1.1.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/attr/attr-1.1.3-r1.ebuild b/sys-apps/attr/attr-1.1.3-r1.ebuild
index 7c6cbe30bbe3..bca1e96c173b 100644
--- a/sys-apps/attr/attr-1.1.3-r1.ebuild
+++ b/sys-apps/attr/attr-1.1.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-1.1.3-r1.ebuild,v 1.1 2002/01/17 12:33:36 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-1.1.3-r1.ebuild,v 1.2 2002/01/17 12:39:49 gbevin Exp $
S=${WORKDIR}/${P}
DESCRIPTION="xfs extended attributes tools"
@@ -34,5 +34,5 @@ src_install() {
make DESTDIR=${D} install install-dev || die
dosym /usr/lib/libattr.a /lib/libattr.a
dosym /usr/lib/libattr.la /lib/libattr.la
- dosym /lib/libattr.so /usr/lib/libattr.la
+ dosym /lib/libattr.so /usr/lib/libattr.so
}