#!/bin/sh R=$(dirname $0) (cd $R ; ./scripts/feeds update) (cd $R ; ./scripts/feeds install -a) (cd $R ; cp package/post/config .config) make -C $R