b0f915a575
- cleanup in BuildRequires - we no longer depend on autotools during build - patches are now applied using %autosetup
27 lines
746 B
Diff
27 lines
746 B
Diff
From 0b23cc14838c3385fa84a1b07ea6d476954c09ac Mon Sep 17 00:00:00 2001
|
|
From: rpm-build <rpm-build>
|
|
Date: Wed, 21 Mar 2018 18:40:10 +0100
|
|
Subject: [PATCH 2/2] Install udev rules file in
|
|
/usr/lib/udev/rules.d/71-biosdevname.rules
|
|
|
|
---
|
|
configure | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index bd8e5a3..161f732 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -10560,7 +10560,7 @@ done
|
|
|
|
# this is ugly, but accounts for SLES 10, Red Hat/Fedora, and Ubuntu
|
|
# handles default udev rules as of udev 114 or thereabouts
|
|
-RULEDEST=/lib/udev/rules.d/71-biosdevname.rules
|
|
+RULEDEST=/usr/lib/udev/rules.d/71-biosdevname.rules
|
|
|
|
if [ -e /etc/udev/rules.d/60-net.rules ]; then
|
|
# RHEL 5 / Fedora
|
|
--
|
|
2.14.3
|
|
|