#!/bin/bash # Build for stable repo make build # Build for beta repo (not needed for F-12 onwards, which have ppp 2.4.5) make build MOCK_OPTIONS='--define "betabuild 1"' BUILD_OPTIONS="-r pptp" TO_DIST=fc11