#!/bin/sh
# Place shell code here
# It will run with two args: buildroot spec
# Name this script like package name
BUILDROOT="$1"
SPEC="$2"