summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-03 00:33:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-03 00:33:44 +0000
commit9d2391e0b4367ba123e34d0f5c44a7afc5b3fedb (patch)
treee1b52b6335c5534c88e994b3e5ddf2ba0dc51521 /perl-install/Makefile
parent360cadc06325a792f08a7fb21626503572a80a75 (diff)
downloaddrakx-backup-do-not-use-9d2391e0b4367ba123e34d0f5c44a7afc5b3fedb.tar
drakx-backup-do-not-use-9d2391e0b4367ba123e34d0f5c44a7afc5b3fedb.tar.gz
drakx-backup-do-not-use-9d2391e0b4367ba123e34d0f5c44a7afc5b3fedb.tar.bz2
drakx-backup-do-not-use-9d2391e0b4367ba123e34d0f5c44a7afc5b3fedb.tar.xz
drakx-backup-do-not-use-9d2391e0b4367ba123e34d0f5c44a7afc5b3fedb.zip
install cardmgr
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index cb8b31381..488828414 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -87,6 +87,9 @@ ifeq (sparc,$(ARCH))
ln -s /tmp $(DEST)/usr/X11R6/lib/X11/xkb/compiled
ln -s /usr/X11R6/lib/X11/xkb/xkbcomp $(DEST)/usr/bin/xkbcomp
endif
+ifeq (i386,$(ARCH))
+ install -s ../kernel/cardmgr/cardmgr $(DEST)/usr/bin
+endif
for i in `cat /tmp/list`; do \
if (echo $$i | grep -q "lib/[^/]*\.so"); then \