From 3788ab4e2c0c7802e53d99cb2748afc00f767895 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Min=C3=A1=C5=99?= Date: Tue, 19 Jan 2016 12:40:04 +0100 Subject: [PATCH] Fixed installation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Minář --- Makefile | 2 +- hwdata.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b73a9cf..3585c27 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ Makefile.inc: configure install: Makefile.inc mkdir -p -m 755 $(DESTDIR)$(datadir)/$(NAME) - for foo in $(FILES) ; do \ + for foo in $(IDFILES) ; do \ install -m 644 $$foo $(DESTDIR)$(datadir)/$(NAME) ;\ done mkdir -p -m 755 $(DESTDIR)$(libdir)/modprobe.d diff --git a/hwdata.spec b/hwdata.spec index 8afcf3f..ca1ce70 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -1,7 +1,7 @@ Name: hwdata Summary: Hardware identification and configuration data Version: 0.285 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base Source: https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}.tar.bz2 @@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/* %changelog -* Tue Jan 19 2016 Michal Minar 0.285-1 +* Tue Jan 19 2016 Michal Minar 0.285-2 - Updated pci, usb and vendor ids. * Wed Nov 18 2015 Michal Minar 0.284-1 -- 2.25.1