summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-24 20:44:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-24 20:44:39 +0000
commit4be5d16f8505e1b1938b37b7427890ab96bc67eb (patch)
treee64764bc93ed9aae21cd6f7741a6aa7c880dd9b9
parent7c9bff26bd92d659d9f26b00a3dc688722342ec0 (diff)
downloaddrakx-backup-do-not-use-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar
drakx-backup-do-not-use-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.gz
drakx-backup-do-not-use-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.bz2
drakx-backup-do-not-use-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.xz
drakx-backup-do-not-use-4be5d16f8505e1b1938b37b7427890ab96bc67eb.zip
for now, have mkreiserfs in the CVS since the current cooker version is too recent
-rw-r--r--perl-install/Makefile1
-rw-r--r--perl-install/share/list1
-rwxr-xr-xtools/i386/mkreiserfsbin0 -> 15868 bytes
3 files changed, 1 insertions, 1 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 \
diff --git a/perl-install/share/list b/perl-install/share/list
index ef375448c..fb3a0314b 100644
--- a/perl-install/share/list
+++ b/perl-install/share/list
@@ -16,7 +16,6 @@
/sbin/mkraid
/sbin/rmmod
/sbin/mke2fs
-/sbin/mkreiserfs
/sbin/raidstart
/usr/X11R6/lib/modules/xf86Wacom.so
/usr/bin/bzip2
diff --git a/tools/i386/mkreiserfs b/tools/i386/mkreiserfs
new file mode 100755
index 000000000..65fdf49f6
--- /dev/null
+++ b/tools/i386/mkreiserfs
Binary files differ