From 02c51412e6b7ce767793a141937faa4250492980 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sat, 25 Mar 2017 16:12:45 -0500 Subject: [PATCH] The following changes were made: * moved to new version scheme --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 337e580..9584e33 100644 --- a/Makefile +++ b/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