diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-24 20:44:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-24 20:44:39 +0000 |
commit | 4be5d16f8505e1b1938b37b7427890ab96bc67eb (patch) | |
tree | e64764bc93ed9aae21cd6f7741a6aa7c880dd9b9 /perl-install/Makefile | |
parent | 7c9bff26bd92d659d9f26b00a3dc688722342ec0 (diff) | |
download | drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.gz drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.bz2 drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.xz drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.zip |
for now, have mkreiserfs in the CVS since the current cooker version is too recent
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 900995104..3e6939035 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -90,6 +90,7 @@ ifeq (sparc,$(ARCH)) endif ifeq (i386,$(ARCH)) # install -s ../kernel/cardmgr/cardmgr $(DEST)/usr/bin + install -s ../tools/i386/mkreiserfs $(DEST)/usr/bin endif for i in `cat /tmp/list`; do \ |