Skip to content

Commit dfe270b

Browse files
committed
prod: use full version in the root drectory name to match the behavior on opp_env
1 parent dd98774 commit dfe270b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

releng/makedist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$BUILDID" = "" ]; then
2424
fi
2525

2626
FILENAME=$INET_ROOT/inet-$BUILDID-src.tgz
27-
DIRNAME=inet$MINOR_VERSION
27+
DIRNAME=inet-$VERSION
2828

2929
rm -rf $INET_ROOT/out/$DIRNAME
3030
mkdir -p $INET_ROOT/out/$DIRNAME

0 commit comments

Comments
 (0)