File: rpmbuild.sh

package info (click to toggle)
accel-config 4.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,384 kB
  • sloc: ansic: 19,011; sh: 1,317; makefile: 190
file content (6 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/bash
pushd $(dirname $0) >/dev/null
[ ! -d ~/rpmbuild/SOURCES ] && echo "rpmdev tree not found" && exit 1
./make-git-snapshot.sh
popd > /dev/null
rpmbuild -ba $(dirname $0)/rhel/accfg.spec