The following changes were made:
* moved to new version scheme
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,12 +12,12 @@ DEPENDS = gawk,cpio,eudev,findutils,kmod,psmisc,sed
|
||||
ARCH = x86_64
|
||||
URL =
|
||||
DESC = This package includes scripts to build an initrd image
|
||||
SNAPVER = sr0
|
||||
SNAPVER = 1
|
||||
|
||||
ARCHIVE := ''
|
||||
SRCDIR := $(PWD)/SRC/mkinitramfs-*
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user