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
GSoC
GSoC2018
macOS
vlc
Commits
c03a0300
Commit
c03a0300
authored
Sep 27, 2008
by
Pierre d'Herbemont
Browse files
contrib: Fix change_prefix for .la.
parent
098dbe89
Changes
1
Show whitespace changes
Inline
Side-by-side
extras/contrib/change_prefix.sh
View file @
c03a0300
...
@@ -68,9 +68,7 @@ for file in $files; do
...
@@ -68,9 +68,7 @@ for file in $files; do
fi
fi
done
done
cd
$new_prefix2
/lib/
files
=
`
find
.
-name
*
.la
`
pwd
files
=
`
ls
-1
*
.la
`
for
file
in
$files
;
do
for
file
in
$files
;
do
echo
"Fixing up .la
$file
"
echo
"Fixing up .la
$file
"
sed
-e
"s,
$prefix
,
$new_prefix
,g"
<
$file
>
$file
.tmp
sed
-e
"s,
$prefix
,
$new_prefix
,g"
<
$file
>
$file
.tmp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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