diff options
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index c56fa38e9..a075719a1 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -89,7 +89,7 @@ ifeq (sparc,$(ARCH)) ln -s /usr/X11R6/lib/X11/xkb/xkbcomp $(DEST)/usr/bin/xkbcomp endif ifeq (i386,$(ARCH)) -# install -s ../kernel/cardmgr/cardmgr $(DEST)/usr/bin + install -s ../kernel/cardmgr/cardmgr $(DEST)/usr/bin install -s ../tools/i386/mkreiserfs $(DEST)/usr/bin endif |