nix-gh/test/dist/aterm-build.sh
2003-03-20 22:25:01 +00:00

11 lines
118 B
Bash
Executable file

#! /bin/sh
export PATH=/bin:/usr/bin
top=`pwd`
tar xvfz $src
cd aterm-*
./configure --prefix=$top
make
make install