- 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:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user