libgksu: change hardcoded path for helper aarch64

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
mara 2020-05-17 09:32:22 +03:00 committed by Willy Sudiarto Raharjo
parent 1748ab5eab
commit d5120a2664
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -90,6 +90,7 @@ patch -p1 < $CWD/libgksu-format.patch
if [ "$ARCH" = "x86_64" ]; then
patch -p1 < $CWD/libgksu-2.0.12-x86_64-path.diff
elif [ "$ARCH" = "aarch64" ]; then
patch -p1 < $CWD/libgksu-2.0.12-x86_64-path.diff
patch -p1 < $CWD/config.guess-add-aarch64-support.patch
patch -p1 < $CWD/config.sub-add-aarch64-support.patch
fi