repo.or.cz
/
rofl0r-df-libgraphics.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
README: explain further musl-specific tweaks
[rofl0r-df-libgraphics.git]
/
libify.sh
blob
ae112837e60f9af80d30381404b7a1ca119e47bf
1
#!/bin/bash
2
for
f
in
`ldd dwarfort.exe | sed -re 's/.* => //' -e 's/\(.*//'`
;
do
3
if
[
-f
$f
];
then
4
cp
$f
libs
/
5
fi
6
done