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,7 +139,6 @@ install-firmware-path:
done done
install-lockpath: install-lockpath:
$(mkinstalldirs) -m 775 -g $(LOCKPATH_GROUP) $(DESTDIR)$(locksanedir) || \
$(mkinstalldirs) -m 775 $(DESTDIR)$(locksanedir) $(mkinstalldirs) -m 775 $(DESTDIR)$(locksanedir)
uninstall-hook: uninstall-hook: