#!/bin/sh DESC="linux firmware files for korg" DEPS="" package () { mkdir -p $PKG_DEST/usr/lib/firmware cp -r korg $PKG_DEST/usr/lib/firmware/ }