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