diff options
author | Mystery Man <unknown@mandriva.org> | 2002-09-20 07:09:47 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2002-09-20 07:09:47 +0000 |
commit | 2669028cdc73d0113b3fcedb552e44912f57fc77 (patch) | |
tree | a50f571c70a419da6ce53423feb1e149480a19b0 /tools/mkhdlist | |
parent | 6f1bbe0c09afd41c15ef66986f8a78a4fe8e4e54 (diff) | |
download | drakx-1_1_9_52mdk.tar drakx-1_1_9_52mdk.tar.gz drakx-1_1_9_52mdk.tar.bz2 drakx-1_1_9_52mdk.tar.xz drakx-1_1_9_52mdk.zip |
This commit was manufactured by cvs2svn to create tag 'V1_1_9_52mdk'.V1_1_9_52mdk
Diffstat (limited to 'tools/mkhdlist')
-rwxr-xr-x | tools/mkhdlist | 16 |
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 |