xnview.sh 128 Bytes
Newer Older
1 2 3 4 5
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

6
. $(dirname $0)/common.sh
7 8

add_libs_requires