Skip to content

Commit

Permalink
Fix directory in strip.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 17, 2023
1 parent bf02526 commit 66b1f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_partials/strip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ strip_debug() {
copy_debug_symbols() {
debug_symbols_dir="$FAKE_ROOT"/debian/.debhelper/php"$PHP_VERSION"/dbgsym-root/usr/lib/debug/.build-id
if [ -d "$debug_symbols_dir" ]; then
cp -a "$debug_symbols_dir" "$INSTALL_ROOT"/usr/lib/debug
mkdir -p "$INSTALL_ROOT"/usr/lib/debug/.build-id
cp -a "$debug_symbols_dir"/* "$INSTALL_ROOT"/usr/lib/debug/.build-id
fi
}

0 comments on commit 66b1f71

Please sign in to comment.