aboutsummaryrefslogtreecommitdiff
Don't "mkdir $(localstatedir)" since we can't do it (/var).

--- avahi-0.6.27/avahi-daemon/Makefile.in	2010-07-13 05:06:35.000000000 +0200
+++ avahi-0.6.27/avahi-daemon/Makefile.in	2010-07-13 18:03:45.000000000 +0200
@@ -1625,7 +1625,6 @@
 	done
 
 install-data-local:
-	test -z "$(avahi_runtime_dir)" || $(MKDIR_P) "$(DESTDIR)$(avahi_runtime_dir)"
 
 update-systemd:
 	curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c
ef='/guix/log/gnu/packages/patches/mathjax-no-a11y.patch?id=820bf78cbc487d28457acc6cb790f4cbd7cc49b9&showmsg=1'>Expand)Author 2021-12-16gnu: Add js-mathjax-3....* gnu/packages/javascript.scm (js-mathjax-3): New variable. * gnu/packages/patches/mathjax-disable-webpack.patch, gnu/packages/patches/mathjax-no-a11y.patch: New patches. * gnu/local.mk (dist_patch_DATA): Register them. Lars-Dominik Braun ch_DATA): Adjust accordingly. * gnu/packages/qt.scm (qtbase)[source](patches): Add it. Marius Bakke