summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bolt/0001-skip-mkdir.patch
blob: 0853bcea916749d3914c4269b7c23989e17fadf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/scripts/meson-install.sh b/scripts/meson-install.sh
index 859ae81..05a1c58 100644
--- a/scripts/meson-install.sh
+++ b/scripts/meson-install.sh
@@ -7,5 +7,5 @@ fi
 
 BOLT_DBDIR=$1
 
-echo "Creating database dir: ${BOLT_DBDIR}"
-mkdir -p "${DESTDIR}/${BOLT_DBDIR}"
+# echo "Creating database dir: ${BOLT_DBDIR}"
+# mkdir -p "${DESTDIR}/${BOLT_DBDIR}"