3 lines
83 B
Bash
3 lines
83 B
Bash
|
#! /bin/sh -v
|
||
|
set -e
|
||
|
$pkgbuild --with-aterm=$aterm --with-xtc=$xtc --with-sdf=$sdf2
|