mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
build-sys: touch /usr on "make install"
this way, the "make install" will be detected as offline update on next boot.
This commit is contained in:
parent
689d781b87
commit
a1259e0a14
@ -297,10 +297,14 @@ define install-relative-aliases
|
||||
done
|
||||
endef
|
||||
|
||||
install-touch-usr-hook:
|
||||
touch -c $(DESTDIR)/$(prefix)
|
||||
|
||||
INSTALL_EXEC_HOOKS += \
|
||||
install-target-wants-hook \
|
||||
install-directories-hook \
|
||||
install-aliases-hook
|
||||
install-aliases-hook \
|
||||
install-touch-usr-hook
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
AM_V_M4 = $(AM_V_M4_$(V))
|
||||
|
Loading…
x
Reference in New Issue
Block a user