diff options
author | Pascal Terjan <pterjan@mageia.org> | 2011-01-17 17:24:15 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2011-01-17 17:24:15 +0000 |
commit | 61ea5811737aff3e18ce512f7fdfaa89a9572a26 (patch) | |
tree | db1328bf42d6fb4a2940a802c71cd34e38bca801 | |
parent | cd3ac4e472a540181e91806466b7ad42811e334b (diff) | |
download | iurt-61ea5811737aff3e18ce512f7fdfaa89a9572a26.tar iurt-61ea5811737aff3e18ce512f7fdfaa89a9572a26.tar.gz iurt-61ea5811737aff3e18ce512f7fdfaa89a9572a26.tar.bz2 iurt-61ea5811737aff3e18ce512f7fdfaa89a9572a26.tar.xz iurt-61ea5811737aff3e18ce512f7fdfaa89a9572a26.zip |
Do not try to add iurt file in tarball, it does not exist
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |