From 4cec71bfbb1f498e69d55858de86ec4160c8bb3a Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Thu, 18 May 2017 18:46:40 -0500 Subject: [PATCH] Added missing /sys to SRC Makefile --- Makefile | 2 +- SRC/snap-base/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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