summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2002-12-07 22:57:52 +0000
committerDamien Krotkine <dams@gentoo.org>2002-12-07 22:57:52 +0000
commit7457c594ff3fa4f75237c2ff7eff5a6834ae7089 (patch)
tree2cf65520d9dab4b608e405c2fd841dab324193d6 /sys-libs/ldetect-lst
parentMore Xft2 fixes (diff)
downloadhistorical-7457c594ff3fa4f75237c2ff7eff5a6834ae7089.tar.gz
historical-7457c594ff3fa4f75237c2ff7eff5a6834ae7089.tar.bz2
historical-7457c594ff3fa4f75237c2ff7eff5a6834ae7089.zip
added link
Diffstat (limited to 'sys-libs/ldetect-lst')
-rw-r--r--sys-libs/ldetect-lst/ldetect-lst-0.1.4.ebuild7
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
}