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

# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

. $(dirname $0)/common.sh

move_file /usr/lib/libOCCTWrapper.so.1 /usr/lib64/libOCCTWrapper.so.1

Vitaly Lipatov's avatar
Vitaly Lipatov committed
11
add_libs_requires