4c43711810c7 ^
5bc26fb73fe9 ^
1 2 3 4 5 6 7 8 9 10
11 12
#! /bin/sh export PATH=/bin:/usr/bin top=`pwd` tar xvfz $src cd aterm-* ./configure --prefix=$top make make install cd .. rm -rf aterm-*