about summary refs log tree commit diff
path: root/test/build/aterm-build.sh
blob: f8cca71aa0bbcacdb1ad159c7ed7689d36782cab (plain) (blame)
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-*