tasn pushed a commit to branch master.

commit 3247ad78b7d7316285d8738f6885d2bb1f2b6306
Author: Simon Busch <[email protected]>
Date:   Sat Jan 3 16:28:12 2009 +0000

    Add python-elementary build script
    
    
    SVN revision: 38441
---
 build.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..8317b2c
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+PREFIX="$HOME/usr"
+
+for arg in $@; do
+    case $arg in
+        *)
+            PREFIX="$arg"
+            ;;
+    esac
+done
+
+python setup.py install --prefix="$PREFIX"

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to