kopia lustrzana https://gitlab.com/sane-project/backends
fix install-lockpath target
Actually, current mkinstalldirs can't set users or groups anymore. Don't attempt to do so.merge-requests/1/head
rodzic
7de900d057
commit
4911e3e1a0
|
@ -139,8 +139,7 @@ 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:
|
||||||
rm -rf $(DESTDIR)$(libdir)/sane $(DESTDIR)$(configdir) $(DESTDIR)$(locksanedir)
|
rm -rf $(DESTDIR)$(libdir)/sane $(DESTDIR)$(configdir) $(DESTDIR)$(locksanedir)
|
||||||
|
|
Ładowanie…
Reference in New Issue