summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-12-15 14:45:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-12-15 14:45:12 +0000
commit3cb7021a9d7d1dbf87500822c015d2747a731ae1 (patch)
treeb91e32f93a1e6466b33febf16eaf11f4bcdf30d7 /Makefile
parentbeb110da171c01836e8b7c580cbfaf657c50990a (diff)
downloadldetect-lst-3cb7021a9d7d1dbf87500822c015d2747a731ae1.tar
ldetect-lst-3cb7021a9d7d1dbf87500822c015d2747a731ae1.tar.gz
ldetect-lst-3cb7021a9d7d1dbf87500822c015d2747a731ae1.tar.bz2
ldetect-lst-3cb7021a9d7d1dbf87500822c015d2747a731ae1.tar.xz
ldetect-lst-3cb7021a9d7d1dbf87500822c015d2747a731ae1.zip
add comments to installed pcitable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c09144b5..3a93d07b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,12 @@ clean:
install: build
install -d $(dir)
- install -m 644 pcitable $(dir)
+ (echo "# !! The original version is available in CVS at" ; \
+ echo "# export CVSROOT=:pserver:anoncvs@linux-mandrake.com:/home/cvs/cooker" ; \
+ echo "# cvs login (password ``cvs'')" ; \
+ echo "# cvs checkout soft/$(project)" ; \
+ cat pcitable \
+ ) > $(dir)/pcitable
rpm: clean $(RPM)