]> git.pld-linux.org Git - packages/rpm.git/blame - aarch64.patch
macros for %_ver_lt %_ver_ge
[packages/rpm.git] / aarch64.patch
CommitLineData
7f5abfc0
JP
1--- rpm-4.16.0/installplatform.orig 2020-10-24 21:48:07.586493242 +0200
2+++ rpm-4.16.0/installplatform 2020-10-24 21:48:23.069703643 +0200
3@@ -207,6 +207,10 @@
4 LIB=${LIB}x32
5 fi
6
7+ if [ "$OS" = "linux" ] && [ "$CANONARCH" = "aarch64" ]; then
8+ LIB=${LIB}64
9+ fi
10+
11 PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"
12 [ -d $PPD ] || mkdir -p $PPD
13
This page took 0.065851 seconds and 4 git commands to generate.