Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
34916b01
Commit
34916b01
authored
Apr 12, 2010
by
Tor Lillqvist
Browse files
Some people use a hacked libtool that doesn't even install .la files
parent
e5446020
Changes
1
Hide whitespace changes
Inline
Side-by-side
sanitize-la.sh
View file @
34916b01
#!/bin/sh
sed
"s/dependency_libs=.*/dependency_libs=''/"
<
$1
>
$1T
&&
mv
$1T
$1
if
[
-f
$1
]
;
then
sed
"s/dependency_libs=.*/dependency_libs=''/"
<
$1
>
$1T
&&
mv
$1T
$1
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment