From: Michal Minář Date: Tue, 19 Jan 2016 11:40:04 +0000 (+0100) Subject: Fixed installation X-Git-Tag: hwdata-0.285-2^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3788ab4e2c0c7802e53d99cb2748afc00f767895;p=oweals%2Fhwdata.git Fixed installation Signed-off-by: Michal Minář --- 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