Added missing /sys to SRC Makefile

This commit is contained in:
2017-05-18 18:46:40 -05:00
parent aeb36acc25
commit 4cec71bfbb
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ DESC = Base system directories and files
ARCHIVE :=
SRCDIR := $(PWD)/SRC/snap-base
PATCHDIR := $(PWD)/SRC/patches
VERSION := 0.0alpha1-1
VERSION := 0.0alpha1-2
include /usr/share/snap/Makefile.snaplinux

View File

@@ -4,7 +4,7 @@ base:
@install -v -d -m 0755 -o root -g root \
$(DESTDIR)/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc} && \
install -v -d -m 0755 -o root -g root \
$(DESTDIR)/{run,sbin,srv,usr,var} && \
$(DESTDIR)/{run,sbin,srv,sys,usr,var} && \
install -v -d -m 0750 -o root -g root \
$(DESTDIR)/root && \
install -v -d -m 1777 $(DESTDIR)/tmp $(DESTDIR)/var/tmp