Realized that renaming the src directory for the version changes was a bad

idea... This makes it hard to track changes. For now they will sit in
a versionless directory and some other methods should be devised for
versioning
This commit is contained in:
2016-11-01 17:43:51 -05:00
parent 380d908027
commit ce9e9f6040
28 changed files with 2 additions and 3 deletions

View File

@@ -12,12 +12,11 @@ DEPENDS = bash,procps-ng,sysvinit
ARCH = x86_64
URL =
DESC = This package supplies the base system init scripts for sysvinit
SNAPVER = sr0
ARCHIVE := ''
SRCDIR := $(PWD)/SRC/initscripts-*
SRCDIR := $(PWD)/SRC/initscripts
PATCHDIR := $(PWD)/SRC/patches
VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')$(SNAPVER)
VERSION := 0.2sr1
include /usr/share/snap/Makefile.snaplinux