Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets consistently use $dest instead of $DESTDIR
details: https://anonhg.NetBSD.org/src/rev/7c0a2e6de5cc
branches: trunk
changeset: 540503:7c0a2e6de5cc
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Dec 17 01:59:32 2002 +0000
description:
consistently use $dest instead of $DESTDIR
diffstat:
distrib/sets/maketars | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 88bb0ff0b98b -r 7c0a2e6de5cc distrib/sets/maketars
--- a/distrib/sets/maketars Tue Dec 17 01:55:44 2002 +0000
+++ b/distrib/sets/maketars Tue Dec 17 01:59:32 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: maketars,v 1.28 2002/12/12 08:51:49 lukem Exp $
+# $NetBSD: maketars,v 1.29 2002/12/17 01:59:32 lukem Exp $
#
# Make release tar files for some or all lists. Usage:
# maketars [-b] [-x] [-a arch] [-m machine] [-s setsdir]
@@ -119,10 +119,10 @@
if [ -n "$metalog" ]; then
echo "Parsing $metalog"
(
- cat ${DESTDIR}/etc/mtree/NetBSD.dist
+ cat ${dest}/etc/mtree/NetBSD.dist
echo "/unset all"
sed -e "s,^\.$dest,.," < $metalog
- ) | ${MTREE} -D -k all -N ${DESTDIR}/etc | \
+ ) | ${MTREE} -D -k all -N ${dest}/etc | \
sed -e 's,\(.*\) \(\..*\),\2 \1,' > $SDIR/metalog
fi
Home |
Main Index |
Thread Index |
Old Index