- Moved away from versioned directory for better tracking

- Modified usher to set root password if not already set
 - Modified snap to deal with circular dependencies properly
 - Now snap properly checks exit value for usher postinst
This commit is contained in:
2016-11-04 08:32:24 -05:00
parent 388430ed37
commit 997a8d69b5
10 changed files with 48 additions and 34 deletions

View File

@@ -12,12 +12,11 @@ DEPENDS = bash,binutils,coreutils,gzip,iana-etc,iproute2,inetutils,initscripts,p
ARCH = x86_64
URL =
DESC = This is the base of the snaplinux system
SNAPVER = sr0
ARCHIVE := ''
SRCDIR := $(PWD)/SRC/snap-*
SRCDIR := $(PWD)/SRC/snap
PATCHDIR := $(PWD)/SRC/patches
VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')$(SNAPVER)
VERSION := 0.2sr1
MAKEINST = make install