Revision
312
Author
pterjan
Date
2011-01-17 18:24:15 +0100 (Mon, 17 Jan 2011)

Log Message

Do not try to add iurt file in tarball, it does not exist

Modified Paths

Modified: build_system/iurt/trunk/Makefile
===================================================================
--- build_system/iurt/trunk/Makefile	2011-01-17 16:57:35 UTC (rev 311)
+++ build_system/iurt/trunk/Makefile	2011-01-17 17:24:15 UTC (rev 312)
@@ -5,7 +5,7 @@
 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)