From 61ea5811737aff3e18ce512f7fdfaa89a9572a26 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 17 Jan 2011 17:24:15 +0000 Subject: Do not try to add iurt file in tarball, it does not exist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17cf68b..7ed1975 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION := $(shell rpm -q --qf '%{version}\n' --specfile $(NAME).spec | head -1) RELEASE := $(shell rpm -q --qf '%{release}\n' --specfile $(NAME).spec | head -1) RELTAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') -FILES= Makefile emi iurt iurt.spec iurt2 iurt_root_command lib ulri +FILES= Makefile emi iurt.spec iurt2 iurt_root_command lib ulri RPM=$(HOME)/rpm VENDORLIB = $(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib) -- cgit v1.2.1