aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/package_debian.sh
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-08 12:00:01 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-08 12:00:01 +0000
commit17b2f9f88c28fa7d598625d14a36b01eb2afaee1 (patch)
treee45cb8aca3f4e24e34b53f867dc248357f83e9a7 /Game/Code/package_debian.sh
parentcdee9af63e2c7d3d6a7bfab152d197a4f1cdca03 (diff)
downloadusdx-17b2f9f88c28fa7d598625d14a36b01eb2afaee1.tar.gz
usdx-17b2f9f88c28fa7d598625d14a36b01eb2afaee1.tar.xz
usdx-17b2f9f88c28fa7d598625d14a36b01eb2afaee1.zip
first revision of my helper script to move files to the correct locations for packaging.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@757 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/package_debian.sh')
-rw-r--r--Game/Code/package_debian.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/Game/Code/package_debian.sh b/Game/Code/package_debian.sh
new file mode 100644
index 00000000..b051f54e
--- /dev/null
+++ b/Game/Code/package_debian.sh
@@ -0,0 +1,18 @@
+# This script should be run post-compile
+# and i should move files to the correct location for packaging ... ( for DEB package )
+
+rm -fr ../../../deb-package
+clear
+
+mkdir ../../../deb-package
+mkdir ../../../deb-package/usr
+mkdir ../../../deb-package/usr/share
+mkdir ../../../deb-package/usr/share/UltraStarDeluxe
+mkdir ../../../deb-package/usr/bin
+
+cp ./UltraStar ../../../deb-package/usr/bin/UltraStarDeluxe
+
+cp -a ../../Themes/ ../../../deb-package/usr/share/UltraStarDeluxe/
+cp -a ../../Sounds/ ../../../deb-package/usr/share/UltraStarDeluxe/
+cp -a ../../Skins/ ../../../deb-package/usr/share/UltraStarDeluxe/
+cp -a ../../Languages/ ../../../deb-package/usr/share/UltraStarDeluxe/