7 lines
123 B
Bash
Executable file
7 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
sh $(readlink -f $(dirname $0))/build_tarball.sh
|
|
|
|
echo "Building package"
|
|
rpmbuild -ta spectrum2.tar.gz
|