diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-26 12:55:44 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-26 12:55:44 +0000 |
commit | 19474fe747ae60cfd8dfd83649056ac30f00663c (patch) | |
tree | c043f36327dade20f17e57794eaaeec599088a47 /tre-command | |
parent | f8522f0250ea338141a34fcfcb2b102d2685e5cc (diff) | |
download | contrib-19474fe747ae60cfd8dfd83649056ac30f00663c.tar.gz contrib-19474fe747ae60cfd8dfd83649056ac30f00663c.tar.xz |
tre-command: fixed wrong name variable again
Diffstat (limited to 'tre-command')
-rw-r--r-- | tre-command/.signature | 4 | ||||
-rw-r--r-- | tre-command/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tre-command/.signature b/tre-command/.signature index cf15b39b8..45f7f380a 100644 --- a/tre-command/.signature +++ b/tre-command/.signature @@ -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 diff --git a/tre-command/Pkgfile b/tre-command/Pkgfile index 5511ae216..840a1fa4d 100644 --- a/tre-command/Pkgfile +++ b/tre-command/Pkgfile @@ -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 |