diff options
-rwxr-xr-x | genopkg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ if [ ${#} -ne 2 ]; then printf 'Usage: %s platform architecture\n' "${0}" + exit 1 fi platform=${1} arch=${2} |
index : opkhelper/opkhelper.git | ||
OPK build helper tools | Patrick McDermott |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | genopkg.sh | 1 |
@@ -7,6 +7,7 @@ if [ ${#} -ne 2 ]; then printf 'Usage: %s platform architecture\n' "${0}" + exit 1 fi platform=${1} arch=${2} |