Skip to content

Commit

Permalink
Merge pull request #1555 from xnox/fix-split-debug
Browse files Browse the repository at this point in the history
pipelines: fix split/debug
  • Loading branch information
xnox authored Oct 14, 2024
2 parents c63354a + 6cf51bc commit 87e00eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/pipelines/split/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline:
if [ "$type" != ET_DYN ]; then
continue
fi
dst=${{targets.contextdir}}/usr/lib/debug/${src#"$PACKAGE_DIR"/*/}.debug
dst=${{targets.contextdir}}/usr/lib/debug/${src#"$PACKAGE_DIR"/}.debug
mkdir -p "${dst%/*}"
ino=$(stat -c %i "$src")
if ! [ -e "$PACKAGE_DIR/.dbg-tmp/$ino" ]; then
Expand Down

0 comments on commit 87e00eb

Please sign in to comment.