summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-23 09:00:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-23 09:00:47 +0000
commit9470ab1476c30d1a3838c87f3fe936cb1a091887 (patch)
treefaaf22c9f681f9958add7e4230b95eb07949b8bb /tools
parent3beda2eda10f5777eddc73fadf8024d8c6312c3a (diff)
downloaddrakx-backup-do-not-use-9470ab1476c30d1a3838c87f3fe936cb1a091887.tar
drakx-backup-do-not-use-9470ab1476c30d1a3838c87f3fe936cb1a091887.tar.gz
drakx-backup-do-not-use-9470ab1476c30d1a3838c87f3fe936cb1a091887.tar.bz2
drakx-backup-do-not-use-9470ab1476c30d1a3838c87f3fe936cb1a091887.tar.xz
drakx-backup-do-not-use-9470ab1476c30d1a3838c87f3fe936cb1a091887.zip
obsolete since 4 years
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mkhdlist16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/mkhdlist b/tools/mkhdlist
deleted file mode 100755
index 6ef783ca1..000000000
--- a/tools/mkhdlist
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# Regenerate hdlist, root_directory should be the binary
-# root_directory where you find generally this structure :
-#
-# COPYING Mandrake/ RPM-GPG-KEYS VERSION dosutils/ images/ lnx4win/
-# misc/
-
-if [ -z "$1" ];then
- echo "Usage: $(basename $0) /path/to/root_directory/"
- exit 1
-fi
-
-cd $1
-rm -rf /tmp/.build_hdlist/
-./misc/genhdlist_cz2 --noclean --distrib .
-./misc/gendepslist2 -o Mandrake/base/depslist Mandrake/base/hdlist.cz2