The following changes were made:

* moved to new version scheme
This commit is contained in:
2017-03-25 16:12:45 -05:00
parent d662898c30
commit 02c51412e6

View File

@@ -12,12 +12,12 @@ DEPENDS = gawk,cpio,eudev,findutils,kmod,psmisc,sed
ARCH = x86_64 ARCH = x86_64
URL = URL =
DESC = This package includes scripts to build an initrd image DESC = This package includes scripts to build an initrd image
SNAPVER = sr0 SNAPVER = 1
ARCHIVE := '' ARCHIVE := ''
SRCDIR := $(PWD)/SRC/mkinitramfs-* SRCDIR := $(PWD)/SRC/mkinitramfs-*
PATCHDIR := $(PWD)/SRC/patches PATCHDIR := $(PWD)/SRC/patches
VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')$(SNAPVER) VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')-$(SNAPVER)
include /usr/share/snap/Makefile.snaplinux include /usr/share/snap/Makefile.snaplinux