summaryrefslogtreecommitdiffhomepage
path: root/patches/toilet_pre.local.patch
blob: 2150c1d45d9a9296a355a8eee3943dd6cfc543cc (plain)
1
2
3
4
5
6
7
8
9
10
11
--- toilet/bootstrap.orig	2020-02-09 18:15:11.505838202 +0000
+++ toilet/bootstrap	2020-02-09 18:33:37.270453498 +0000
@@ -84,7 +84,7 @@
 
 # Check for pkg-config
 if test "$pkgconfig" = "yes"; then
-  if ! pkg-config --version >/dev/null 2>&1; then
+  if ! $PKG_CONFIG --version >/dev/null 2>&1; then
     echo "$0: pkg-config not found"
     exit 1
   fi