You need to sign in or sign up before continuing.
reaper.sh 157 Bytes
Newer Older
1 2 3 4 5 6 7 8
#!/bin/sh -x

# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCTDIR=/opt/REAPER
. $(dirname $0)/common.sh

Vitaly Lipatov's avatar
Vitaly Lipatov committed
9
add_bin_link_command