forked from lix-project/lix
11 lines
118 B
Bash
11 lines
118 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
export PATH=/bin:/usr/bin
|
||
|
|
||
|
top=`pwd`
|
||
|
tar xvfz $src
|
||
|
cd aterm-*
|
||
|
./configure --prefix=$top
|
||
|
make
|
||
|
make install
|