Skip to content

Instantly share code, notes, and snippets.

@ihashacks
Created May 27, 2012 00:44
Show Gist options
  • Save ihashacks/2795759 to your computer and use it in GitHub Desktop.
Save ihashacks/2795759 to your computer and use it in GitHub Desktop.
tuxbox 3.1.4 install.sh patch for Ubuntu 11.10
--- install.sh-orig 2012-05-25 22:39:44.211002377 -0700
+++ install.sh 2012-05-26 17:40:16.798611627 -0700
@@ -96,9 +96,7 @@
cd /tmp/py4tux
ar -x -v libpython2.6.a
mkdir output
- gcc -m32 -o output/libpython.so.1.0 *.o -lpthread -lm -lz -ldl -lutil -pipe -shared
- cp libpython.so.1.0 libpython2.6.so.1.0
- mv libpython2.6.so.1.0 /usr/lib32
+ gcc -m32 -o output/libpython.so.1.0 *.o -lpthread -lm -ldl -lutil -pipe -shared
cd - > /dev/null
rm -r /tmp/py4tux
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment