File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060
6161# Write the installation script
6262log_debug " Writing the installation script"
63- cat << EOF >> $PAYLOAD_DIR /install-ds.sh
63+ cat << EOF >>$PAYLOAD_DIR /install-ds.sh
6464#!/bin/sh
6565# Install debug symbols for executables
6666for i in \` ls exe/*.gz\` ; do
7777
7878# Write the decompression script
7979log_debug " Writing the decompression script"
80- cat << EOF >> decompress-ds.sh
80+ cat << EOF >>decompress-ds.sh
8181#!/bin/sh
8282echo "Installing debug symbols"
8383TMPDIR=\` mktemp -d /tmp/ds.XXXXXX\` ; export TMPDIR
9797
9898# Write the uninstall script
9999log_debug " Writing the uninstall script"
100- cat << EOF >> $PAYLOAD_DIR /uninstall-ds.sh
100+ cat << EOF >>$PAYLOAD_DIR /uninstall-ds.sh
101101#!/bin/sh
102102echo "Uninstalling debug symbols"
103103rm -f "$PREFIX "/bin/*.\$ DEBUG_SUFFIX
You can’t perform that action at this time.
0 commit comments