summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-16 22:00:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-16 22:00:54 +0000
commita8b73def5ea962a0438c9b3058b626630dbe444c (patch)
treeb13f07cc1612dfc90238bec521ad08c2705ca012 /tools
parentcbbd8617c7756c82b57544add01c777501ed944e (diff)
downloaddrakx-backup-do-not-use-a8b73def5ea962a0438c9b3058b626630dbe444c.tar
drakx-backup-do-not-use-a8b73def5ea962a0438c9b3058b626630dbe444c.tar.gz
drakx-backup-do-not-use-a8b73def5ea962a0438c9b3058b626630dbe444c.tar.bz2
drakx-backup-do-not-use-a8b73def5ea962a0438c9b3058b626630dbe444c.tar.xz
drakx-backup-do-not-use-a8b73def5ea962a0438c9b3058b626630dbe444c.zip
no_comment
Diffstat (limited to 'tools')
-rw-r--r--tools/extractchangelog2
-rwxr-xr-xtools/make_mdkinst_stage25
2 files changed, 5 insertions, 2 deletions
diff --git a/tools/extractchangelog b/tools/extractchangelog
new file mode 100644
index 000000000..d838a0b68
--- /dev/null
+++ b/tools/extractchangelog
@@ -0,0 +1,2 @@
+#!/usr/bin/perl
+
diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2
index 80075ce0b..97b989e93 100755
--- a/tools/make_mdkinst_stage2
+++ b/tools/make_mdkinst_stage2
@@ -6,9 +6,10 @@
exit
}
-STAGE2TMP=/tmp/stage2_tmp
+TMPDIR=${TMPDIR=/tmp}
+STAGE2TMP=$TMPDIR/stage2_tmp
MKE2FS="/sbin/mke2fs -q -m 0 -F -s 1"
-MNTPOINT=/tmp/stage2_img
+MNTPOINT=$TMPDIR/stage2_img
REP4PMS=/usr/bin/perl-install
DEST=$1
STAGE2=$2