liburcu: syntax

This commit is contained in:
Tim Biermann 2021-12-14 10:04:09 +01:00
parent 22a955a13e
commit dd41ee2b09
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SOLL8MboyPT5+UJNjPraY1EPPL5JMz3GvNNUv7sLcfJ6SX5dVEroXm/axstpypLNkovg1NACRjufnxEVgznkQU=
SHA256 (Pkgfile) = d1f6b922b0339662287fecfbd4581f0e38059d686c46e8e1a93efb1e4e160e3e
RWSE3ohX2g5d/TJKhgSxxk/rGrMO/f4ECWUWmxqEGDCGv5jgQmNNeewVJQL61Q7qYk/j7PjzD9Of8OipC/61do/QfIS0r3JKVQA=
SHA256 (Pkgfile) = 9d9e7d3388cc5746521f5c8ce04339e35d69f2ebde0a57eb1cb3ce0db4d76c3c
SHA256 (.footprint) = eaf251be5ee2f358896d1dd697cc550d53ebc0858edce348fa6755b4781d27b4
SHA256 (userspace-rcu-0.13.0.tar.bz2) = cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20

View File

@ -8,10 +8,10 @@ release=1
source=(https://lttng.org/files/urcu/userspace-rcu-$version.tar.bz2)
build() {
cd userspace-rcu-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd userspace-rcu-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
rm -r $PKG/usr/share
}