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

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

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

9
if [ "$(epm print info -a)" = "x86_64" ] ; then
10 11 12 13 14
    # 32 bit
    rm -rfv $BUILDROOT/opt/Citrix/VDA/lib32
    subst "s|.*/libctxXrandrhook.so.||" $SPEC
fi

15
filter_from_requires AuthManagerDaemon
16 17

set_autoreq 'yes'