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
Casanowow Life for love
VLC-Android
Commits
f1119ba4
Commit
f1119ba4
authored
Sep 05, 2012
by
Rafaël Carré
Browse files
rename_package.sh: accomodate for subdirectories
parent
c7cd6ddc
Changes
1
Show whitespace changes
Inline
Side-by-side
rename_package.sh
View file @
f1119ba4
...
...
@@ -14,4 +14,4 @@ find vlc-android \( -name "*.xml" -o -name "*.java" -o -name "*.cfg" -o -name "*
find vlc-android
\(
-name
"*.c"
\)
-print0
| xargs
-0
sed
-ri
"s,
${
OLD_PATH
}
,
${
NEW_PATH
}
,g"
sed
-ri
"s,
${
OLD_PATH
}
,
${
NEW_PATH
}
,g"
Makefile
find vlc-android/jni
/
*
-print0
| xargs
-0
sed
-ri
"s,
$(
echo
$OLD_NAME
|sed
's/\./_/g'
)
,
$(
echo
$NEW_NAME
|sed
's/\./_/g'
)
,g"
find vlc-android/jni
-type
f
-print0
| xargs
-0
sed
-ri
"s,
$(
echo
$OLD_NAME
|sed
's/\./_/g'
)
,
$(
echo
$NEW_NAME
|sed
's/\./_/g'
)
,g"
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