Added missing /sys to SRC Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user