diff options
author | Damien Krotkine <dams@gentoo.org> | 2002-12-07 22:57:52 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2002-12-07 22:57:52 +0000 |
commit | 50b0dceddbb141f20dd85021ed6d03f9a8dcbc15 (patch) | |
tree | e0df2500f0eb87cb89820a1582c2f3ce3d829e61 /sys-libs | |
parent | More Xft2 fixes (diff) | |
download | gentoo-2-50b0dceddbb141f20dd85021ed6d03f9a8dcbc15.tar.gz gentoo-2-50b0dceddbb141f20dd85021ed6d03f9a8dcbc15.tar.bz2 gentoo-2-50b0dceddbb141f20dd85021ed6d03f9a8dcbc15.zip |
added link
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild b/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild index 7f1cd86a8ae2..71027fcc4e3e 100644 --- a/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild +++ b/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 damien krotkine <dams@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild,v 1.1 2002/12/07 18:30:54 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild,v 1.2 2002/12/07 22:57:52 dams Exp $ ECVS_ANON="no" ECVS_USER="anoncvs" @@ -32,4 +32,9 @@ src_install() { cd ../../ldetect-lst; echo " ----------- install in ${PWD}" make prefix=${D}/usr install + cd ${D}/usr/share/ldetect-lst/ + ln -s pcitable.d/90default.lst ./pcitable + ln -s usbtable.d/90default.lst ./usbtable + ln -s pcmciatable.d/90default.lst ./pcmciatable + ln -s isatable.d/90default.lst ./isatable } |