mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-11 20:57:18 +02:00
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
|