summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/make_release.sh
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2010-02-28 20:48:28 +0100
committerManuel Traut <manut@mecka.net>2010-02-28 20:48:28 +0100
commitd43b25f2c4f1e75690c2118739922fca2e7436ca (patch)
tree7d7be7624fdd88e2cb50350e5642cf17872ed8c0 /src/YalpClients/EflClient/make_release.sh
parent198b46b952d406e0a6b3db9e4f075f46c8ee6a84 (diff)
make_release: brown paper bag commit
- forgot to copy the important files Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/make_release.sh')
-rwxr-xr-xsrc/YalpClients/EflClient/make_release.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/make_release.sh b/src/YalpClients/EflClient/make_release.sh
new file mode 100755
index 0000000..682cccf
--- /dev/null
+++ b/src/YalpClients/EflClient/make_release.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+omniidl -bpython ../../yalp.idl
+edje_cc yalp_gui.edc
+rm -Rf tmp
+mkdir -p tmp/etc
+cp etc/* tmp/etc/
+mkdir -p tmp/usr/bin
+cp bin/* tmp/usr/bin/
+mkdir -p tmp/root/EflClient
+cp *.py tmp/root/EflClient/
+cp *.edj tmp/root/EflClient/
+cp -a YalpInterfaces* tmp/root/EflClient/
+mkdir -p tmp/usr/share/applications
+cp eYalp.desktop tmp/usr/share/applications/
+cd tmp
+tar czf ../eYalp.tar.gz .