From 9d2391e0b4367ba123e34d0f5c44a7afc5b3fedb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 3 Feb 2001 00:33:44 +0000 Subject: install cardmgr --- perl-install/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- cgit v1.2.1