diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-29 10:52:51 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-29 10:52:51 +0100 |
commit | fec5286ca126cf761593fbe04e56db9a89c5eb49 (patch) | |
tree | 4cc63329ec340b80d21c8a48bc30e7a9514baf57 /build.sh | |
parent | aa93cbb2393b538a22dea0b29b56fa8f2cb3c18c (diff) | |
download | fsverify-fec5286ca126cf761593fbe04e56db9a89c5eb49.tar.gz fsverify-fec5286ca126cf761593fbe04e56db9a89c5eb49.tar.bz2 |
Use fbwarn in fsverify
Diffstat (limited to '')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ sed 's|BVGLOCATION|"/fsverify/share/warn.bvg"|g' ./verifyConfig.go.tmp > verify/ echo "Building fsverify" cd verify go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o ../fsverify_root/bin/fsverify +gcc getScreensize.c -o ../fsverify_root/bin/getscreensize cd .. echo "Building verifysetup" |