]> git.pld-linux.org Git - packages/rpm.git/blob - aarch64.patch
- allow '@' in version / release
[packages/rpm.git] / aarch64.patch
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.043628 seconds and 3 git commands to generate.