tre-command: fixed wrong name variable again

This commit is contained in:
Tim Biermann 2021-01-26 12:55:44 +00:00
parent f8522f0250
commit 19474fe747
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39EV4R2XLmwVSnqxFE7IGffDmWEhA/mW3p8frQrW7H8FLlr7xa3OQmOKUMOMraMxO6uNOCDx2KtO4psjvRt3IQo=
SHA256 (Pkgfile) = 9588c43ce741841728a027c98a82dcbfb3f93a1a66673877075ea662d338533c
RWSagIOpLGJF32UZmsYUuCfvIVp7/S/I8J+YUjx45GNZeF/d/nWs1nn4ACYb9LYeSabySioYMjN3Y2kClAvYJ3HoIDNOBZON0gg=
SHA256 (Pkgfile) = 7596bc08e98391e775d5d75e0c6eb0b8d8f1cadc5be7ba739f7cde4f1959e7c9
SHA256 (.footprint) = 50c2d8d318f6bd8993b5018f524785d8ec6ebce93ba007021ad84647d08b71da
SHA256 (tre-0.3.3.tar.gz) = 321a673e55397e80a0229537399f2c762a7d5196e3a486a684ea3c481e1d7bec

View File

@ -9,7 +9,7 @@ release=1
source=(https://github.com/dduan/tre/archive/v$version/tre-$version.tar.gz)
build() {
cd $name-$version
cd tre-$version
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
mkdir "$PKGMK_SOURCE_DIR/rust" || true