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