From 4911e3e1a0a56c4fda12ab48d0aca2bce7ef711c Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Sat, 11 Feb 2012 19:44:53 +0100 Subject: [PATCH] fix install-lockpath target Actually, current mkinstalldirs can't set users or groups anymore. Don't attempt to do so. --- backend/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/Makefile.am b/backend/Makefile.am index c04f68bba..23f3e5308 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -139,8 +139,7 @@ install-firmware-path: done install-lockpath: - $(mkinstalldirs) -m 775 -g $(LOCKPATH_GROUP) $(DESTDIR)$(locksanedir) || \ - $(mkinstalldirs) -m 775 $(DESTDIR)$(locksanedir) + $(mkinstalldirs) -m 775 $(DESTDIR)$(locksanedir) uninstall-hook: rm -rf $(DESTDIR)$(libdir)/sane $(DESTDIR)$(configdir) $(DESTDIR)$(locksanedir)