XenDesktopVDA.sh 334 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
if [ "$($DISTRVENDOR -a)" = "x86_64" ] ; then
8 9 10 11 12 13 14 15
    # 32 bit
    rm -rfv $BUILDROOT/opt/Citrix/VDA/lib32
    subst "s|.*/libctxXrandrhook.so.||" $SPEC
fi

#REQUIRES=""
subst "s|^\(Name: .*\)$|%filter_from_requires /AuthManagerDaemon/d\n\1|g" $SPEC