opensc/MacOSX/build
2011-04-20 13:41:04 +00:00

9 lines
201 B
Bash
Executable File

#!/bin/bash
set -ex
# generate configure
test -x ./configure || ./bootstrap
# configure once to set the version in build script
./configure
# build and package installer
bash ./MacOSX/build-package $@