Skip to content

Commit

Permalink
Fix creation of /var/lock.
Browse files Browse the repository at this point in the history
This directory will be fixed on the first launch of the guest, so
it is better to create it right away.  It aids proper management
of package files.
  • Loading branch information
pgj committed Mar 28, 2022
1 parent 14abbd5 commit b73aec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ install:
$(MKDIR) -p $(RUNDIR)
$(MKDIR) -p $(APPLIANCE_DIRS)
$(LN) -s /run $(APPLIANCE_DIR)
$(LN) -s /run/lock $(APPLIANCE_DIR)

.MAIN: clean

Expand Down

0 comments on commit b73aec7

Please sign in to comment.