vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / pkgs / os-specific / linux / bolt / 0001-skip-mkdir.patch
blob0853bcea916749d3914c4269b7c23989e17fadf4
1 diff --git a/scripts/meson-install.sh b/scripts/meson-install.sh
2 index 859ae81..05a1c58 100644
3 --- a/scripts/meson-install.sh
4 +++ b/scripts/meson-install.sh
5 @@ -7,5 +7,5 @@ fi
7 BOLT_DBDIR=$1
9 -echo "Creating database dir: ${BOLT_DBDIR}"
10 -mkdir -p "${DESTDIR}/${BOLT_DBDIR}"
11 +# echo "Creating database dir: ${BOLT_DBDIR}"
12 +# mkdir -p "${DESTDIR}/${BOLT_DBDIR}"