Skip to content

Commit bb1d0ec

Browse files
committed
makefile: fix 'make issue' problem for projects outside of ORFS repository
the full path of ORFS snuck into the issue archive when running 'make issue' on projects outside of the ORFS repository flow folder. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent c1c311d commit bb1d0ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/util/makeIssue.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ $DIR/generate-vars.sh ${VARS_BASENAME}
8484
echo "Archiving issue to $1_${ISSUE_TAG}.tar.gz"
8585
tar --ignore-failed-read -czhf $1_${ISSUE_TAG}.tar.gz \
8686
--transform="s|^|$1_${ISSUE_TAG}/|S" \
87+
--transform="s|^$1_${ISSUE_TAG}${FLOW_HOME}/|$1_${ISSUE_TAG}/|S" \
8788
$LOG_DIR \
8889
$OBJECTS_DIR \
8990
$REPORTS_DIR \

0 commit comments

Comments
 (0)