summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2022-03-19 19:46:56 +0100
committerPÁLI Gábor János <pali.gabor@gmail.com>2022-03-19 19:48:23 +0100
commit0a85e9276ae0486c97080d2ebd2264edec2e0cb9 (patch)
treef3921ee815ab9d2ea60fe2e28616df61dd166494 /Makefile
parent45517973f7b9e520c0bfd020129fa0aa1c1a65cf (diff)
downloadfreebsd-wifibox-alpine-0a85e9276ae0486c97080d2ebd2264edec2e0cb9.zip
Fix creation of `/var/lock`.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d98cf96..ca34733 100644
--- a/Makefile
+++ b/Makefile
@@ -162,6 +162,8 @@ install:
$(MKDIR) -p $(APPLIANCEDIR)
$(CP) -R $(GUESTDIR)/var/* $(APPLIANCEDIR)/
+ $(RM) -rf $(APPLIANCEDIR)/lock
+ $(LN) -s /run/lock $(APPLIANCEDIR)/lock
clean:
$(RM) -rf $(GUESTDIR)