diff --git a/Makefile b/Makefile index 8f1f8c5..655e189 100644 --- a/Makefile +++ b/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 diff --git a/SRC/snap-base/Makefile b/SRC/snap-base/Makefile index d4563f8..afb01cc 100644 --- a/SRC/snap-base/Makefile +++ b/SRC/snap-base/Makefile @@ -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