diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-30 18:47:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-30 18:47:55 +0000 |
commit | ebae6fbe8d76a2ef299730ec0b51a6b8c19b2cb0 (patch) | |
tree | be9cbea39d17fc4a65a62afe538f8434c8bc5045 /perl-install | |
parent | fc575786f13eb5bbeb5a0299823252a4794ee1fe (diff) | |
download | drakx-ebae6fbe8d76a2ef299730ec0b51a6b8c19b2cb0.tar drakx-ebae6fbe8d76a2ef299730ec0b51a6b8c19b2cb0.tar.gz drakx-ebae6fbe8d76a2ef299730ec0b51a6b8c19b2cb0.tar.bz2 drakx-ebae6fbe8d76a2ef299730ec0b51a6b8c19b2cb0.tar.xz drakx-ebae6fbe8d76a2ef299730ec0b51a6b8c19b2cb0.zip |
take cardmgr directly in all.kernels/$version/cardmgr/cardmgr-$version
Diffstat (limited to 'perl-install')
-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 6bf08fa15..381419a3e 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 ../all.kernels/cardmgr/* $(DEST)/usr/bin + install -s ../all.kernels/*/cardmgr/cardmgr* $(DEST)/usr/bin install -s ../tools/i386/mkreiserfs $(DEST)/usr/bin endif |