Rules.monolithic: drop dead variable
USEPWD is nowhere declared or documented. Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
de6cdd96c6
commit
511f3b57f3
|
@ -217,7 +217,7 @@ $(fcpath): $(fc) $(loadpath) $(userpath)/system.users
|
|||
@$(INSTALL) -d -m 0755 $(@D)
|
||||
$(verbose) $(INSTALL) -m 0644 $(fc) $(fcpath)
|
||||
$(verbose) $(INSTALL) -m 0644 $(homedir_template) $(homedirpath)
|
||||
$(verbose) $(UMASK) 022 ; $(genhomedircon) -d $(topdir) -t $(NAME) $(USEPWD)
|
||||
$(verbose) $(UMASK) 022 ; $(genhomedircon) -d $(topdir) -t $(NAME)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue