diff options
-rw-r--r-- | perl-install/Makefile | 3 |
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 \ |