[Android] Use the arg of the scripts to get the new name

Jean-Baptiste Kempf git at videolan.org
Mon Jun 25 01:13:11 CEST 2012


android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 25 01:12:32 2012 +0200| [e57923bd13d9585f4a806406f1023ec201526915] | committer: Jean-Baptiste Kempf

Use the arg of the scripts to get the new name

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=e57923bd13d9585f4a806406f1023ec201526915
---

 rename_package.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rename_package.sh b/rename_package.sh
index 7562839..8600878 100644
--- a/rename_package.sh
+++ b/rename_package.sh
@@ -1,7 +1,7 @@
 #! /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')



More information about the Android mailing list