Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 587 B view raw
1diff --git a/configure b/configure 2index 0053441..9a6b855 100755 3--- a/configure 4+++ b/configure 5@@ -2833,7 +2833,7 @@ if test $have_cups_config = yes; then 6 CUPS_LIBS=`cups-config --libs` 7 CUPS_IMAGE_LIBS=`cups-config --image --libs` 8 CUPS_SERVER_DIR=`cups-config --serverbin` 9- CUPS_DATA_DIR=`cups-config --datadir` 10+ CUPS_DATA_DIR="${prefix}/share/cups" 11 else 12 { { echo "$as_me:$LINENO: error: *** 'cups-config' missing, please install CUPS or fix your \$PATH ***" >&5 13 echo "$as_me: error: *** 'cups-config' missing, please install CUPS or fix your \$PATH ***" >&2;}