4 lines
99 B
Bash
4 lines
99 B
Bash
|
#! /bin/sh
|
||
|
set -e
|
||
|
$pkgbuild --with-aterm=$aterm --with-sdf=$sdf2 --with-srts=$srts --with-xtc=$xtc
|