diff options
Diffstat (limited to 'rebrand-mdk')
-rwxr-xr-x | rebrand-mdk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rebrand-mdk b/rebrand-mdk new file mode 100755 index 0000000..d94d173 --- /dev/null +++ b/rebrand-mdk @@ -0,0 +1,10 @@ +#!/bin/sh + +TOPDIR=$1 +SPEC=$2 +REV=$3 + +if [ -x $TOPDIR/build_sources ]; then + cd $TOPDIR + ./build_sources "$@" +fi |