The following changes were made:
* Added URL, REPO, and BRIEF to Makefile * Modified passwd with default shell of /bin/sh for root
This commit is contained in:
6
Makefile
6
Makefile
@@ -10,13 +10,15 @@
|
||||
|
||||
DEPENDS =
|
||||
ARCH = x86_64
|
||||
URL =
|
||||
URL = http://snaplinux.org/
|
||||
REPO = core
|
||||
BRIEF = Base system directories and files
|
||||
DESC = Base system directories and files
|
||||
|
||||
ARCHIVE :=
|
||||
SRCDIR := $(PWD)/SRC/snap-base
|
||||
PATCHDIR := $(PWD)/SRC/patches
|
||||
VERSION := 0.0alpha1-5
|
||||
VERSION := 0.0alpha1-6
|
||||
|
||||
include /usr/share/snap/Makefile.snaplinux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user