diff options
| author | michael | 2013-02-20 19:05:33 +0100 |
|---|---|---|
| committer | michael | 2013-02-20 19:05:33 +0100 |
| commit | 56768840998ed7b98e3b412fae004ba375a64f93 (patch) | |
| tree | 1e963106f0d402f58e1d4c3dbd117969644f33d3 /remote/setup_tools | |
| parent | install libkmod from source (diff) | |
| parent | init auto hw config (diff) | |
| download | tm-scripts-56768840998ed7b98e3b412fae004ba375a64f93.tar.gz tm-scripts-56768840998ed7b98e3b412fae004ba375a64f93.tar.xz tm-scripts-56768840998ed7b98e3b412fae004ba375a64f93.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/setup_tools')
| -rwxr-xr-x | remote/setup_tools | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/setup_tools b/remote/setup_tools index 64aef3b1..aaa7a23b 100755 --- a/remote/setup_tools +++ b/remote/setup_tools @@ -224,6 +224,8 @@ generate_stage32 () { install_dependencies fetch_source build + # remove *.la files as they might confuse libtool/linker of other tool packages + find "${TOOL_DIR}/${TOOL}/build" -name '*.la' -exec rm -f {} \; copyfileswithdependencies post_copy cd ${TOOL_DIR} |
