Skip to content

Commit

Permalink
updated linux sdk binary copy script for slackware 13.1 x64
Browse files Browse the repository at this point in the history
  • Loading branch information
arondobos committed Apr 8, 2016
1 parent 180b6f2 commit 5f88154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-sdk-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ strip sdk-release/linux64/SDKtool
file sdk-release/linux64/SDKtool > sdk-release/linux64/filetypes.txt
file sdk-release/linux64/ssc.so >> sdk-release/linux64/filetypes.txt
echo "Dynamic library dependencies and build system information:" > sdk-release/linux64/dependencies.txt
cat /etc/*-release >> sdk-release/linux64/dependencies.txt
cat /etc/*-version >> sdk-release/linux64/dependencies.txt
echo "SDKtool:" >> sdk-release/linux64/dependencies.txt
ldd sdk-release/linux64/SDKtool >> sdk-release/linux64/dependencies.txt
echo "ssc.so:" >> sdk-release/linux64/dependencies.txt
Expand Down

0 comments on commit 5f88154

Please sign in to comment.