kopia lustrzana https://gitlab.com/sane-project/backends
improve install-lockpath target
Make install process robust against problems with setting group on the sane lock directory. This can e.g. happen if packaging sane-backends and building as a user other than root.merge-requests/1/head
rodzic
dde5782ede
commit
7de900d057
|
@ -139,7 +139,8 @@ install-firmware-path:
|
|||
done
|
||||
|
||||
install-lockpath:
|
||||
$(mkinstalldirs) -m 775 -g $(LOCKPATH_GROUP) $(DESTDIR)$(locksanedir)
|
||||
$(mkinstalldirs) -m 775 -g $(LOCKPATH_GROUP) $(DESTDIR)$(locksanedir) || \
|
||||
$(mkinstalldirs) -m 775 $(DESTDIR)$(locksanedir)
|
||||
|
||||
uninstall-hook:
|
||||
rm -rf $(DESTDIR)$(libdir)/sane $(DESTDIR)$(configdir) $(DESTDIR)$(locksanedir)
|
||||
|
|
Ładowanie…
Reference in New Issue