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
a3d257d4
Commit
a3d257d4
authored
Jun 25, 2012
by
Jean-Baptiste Kempf
Browse files
Fix rename_package.sh behaviour for the Makefile
parent
7d1a3061
Changes
1
Hide whitespace changes
Inline
Side-by-side
rename_package.sh
View file @
a3d257d4
...
...
@@ -11,4 +11,5 @@ mkdir -p vlc-android/src/${OLD_PATH}
mv
vlc-android/src/tmp vlc-android/src/
${
NEW_PATH
}
find vlc-android
\(
-name
"*.xml"
-o
-name
"*.java"
-o
-name
"*.cfg"
-o
-name
"*.aidl"
\)
-print0
| xargs
-0
sed
-ri
"s/
${
OLD_NAME
}
/
${
NEW_NAME
}
/g"
sed
-ri
"s,
${
OLD_PATH
}
,
${
NEW_PATH
}
,g"
Makefile
Write
Preview
Markdown
is supported
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