Browse Source

usr --> proj

ceriel 37 years ago
parent
commit
856935a3f6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      distr/dwalk
  2. 1 1
      distr/mktree

+ 1 - 1
distr/dwalk

@@ -14,7 +14,7 @@ do
 			${DD-:} $CDIR $i
 			CDIR=$CDIR/$i
 			export CDIR
-			exec /usr/em/distr/dwalk
+			exec /proj/em/distr/dwalk
 		  else
 			echo ++ Could not access $CDIR/$i
 		  fi

+ 1 - 1
distr/mktree

@@ -2,7 +2,7 @@ case $# in
 1)	;;
 *)	echo $0 directory ; exit 1 ;;
 esac
-DDIR=/usr/em/distr
+DDIR=/proj/em/distr
 case $1 in
 /*)	DESTDIR=$1 ;;
 *)	DESTDIR=`pwd`/$1 ;;