about summary refs log tree commit diff
path: root/test/build/aterm-build.sh
blob: cfc83806b35bcdeb51858fb1e3dddd0d4cdc144c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

export PATH=/bin:/usr/bin

top=`pwd`
tar xvfz $src
cd aterm-*
./configure --prefix=$top
make
make install