debian-phantomjs/deploy/build-and-package.sh

7 lines
128 B
Bash
Executable File

#!/usr/bin/env bash
cd `dirname $0`/..
./build.py --confirm --release --git-clean-qtbase --git-clean-qtwebkit "$@" || exit 1