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
e57923bd
Commit
e57923bd
authored
Jun 25, 2012
by
Jean-Baptiste Kempf
Browse files
Use the arg of the scripts to get the new name
parent
04be54d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
rename_package.sh
View file @
e57923bd
#! /bin/sh
OLD_NAME
=
org.videolan.vlc
NEW_NAME
=
org.videolan.vlc.
beta_v7neon
NEW_NAME
=
org.videolan.vlc.
$1
OLD_PATH
=
$(
echo
$OLD_NAME
|sed
's/\./\//g'
)
NEW_PATH
=
$(
echo
$NEW_NAME
|sed
's/\./\//g'
)
...
...
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