aboutsummaryrefslogtreecommitdiff
Do not try to create $localstatedir as we cannot do this when it is /var.

--- lirc-0.9.2a/daemons/Makefile.in
+++ lirc-0.9.2a/daemons/Makefile.in
@@ -790,9 +790,6 @@
 	uninstall-local uninstall-sbinPROGRAMS
 
 
-install-exec-local:
-	test -d  $(DESTDIR)$(varrundir)/$(PACKAGE) \
-		 || mkdir -p $(DESTDIR)$(varrundir)/$(PACKAGE)
 uninstall-local:
 	-$(RM) $(DESTDIR)$(varrundir)/$(PACKAGE)/lircd
>)Author 2022-08-25services: Use the new maybe/unset API....Attila Lendvai 2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer 2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai