fix install-lockpath target

Actually, current mkinstalldirs can't set users or groups anymore. Don't
attempt to do so.
merge-requests/1/head
Nils Philippsen 2012-02-11 19:44:53 +01:00
rodzic 7de900d057
commit 4911e3e1a0
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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)