#!/bin/sh # I am not a real coder cd /tmp mkdir -p inxi/usr/local/bin inxi/usr/local/tce.installed cd inxi/usr/local/bin wget http://inxi.googlecode.com/svn/trunk/inxi sudo chmod 555 inxi echo "inxi is supposed to be run by local user" cd /tmp/inxi touch usr/local/tce.installed/inxi find usr -not -type d > inxi.tcz.list # tested build by running ...bash -x inxi-build