bb-top: fixed wrong name variable again

This commit is contained in:
Tim Biermann 2021-01-26 12:55:57 +00:00
parent 19474fe747
commit 47c6b85f77
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
RWSagIOpLGJF3y8py0GqGyvWMufK/AAzvs5NEvaOmJrGLXS60ZFvwB/ynQPmGi3PqB2BUTK6UFZ04NEbPvu3zbp1T0N2Gb7J7Qk=
SHA256 (Pkgfile) = 783bd5bd14f4da15a44a4c903321483426386e0589584533bbfca46ab000c8cd
RWSagIOpLGJF31UxtujNQPu24w9xmo047ZEdpO2BRAS1f45pN5CLFi7Iurg8NeE/J0s4houMeCr+XVsAKoyiYczRoZnjPVFCiAI=
SHA256 (Pkgfile) = cdf9a8fa88eb0cc046e77da4bc24095ea15fdf1ec51fc2e1c163bf16268cb3b8
SHA256 (.footprint) = bf635e7e87afa4f1e7a45b33d601302ef9f3bc239d2819d9c7300d8a6f8c0eec
SHA256 (bb-0.4.3.tar.gz) = b37b1421f2252acfa37eca6fa3f98848e31acdeb548d51ad085809317242a0ea

View File

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