From 52362fb723770ba0330dc62586e734c41c4d45df Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 2 Mar 2012 16:56:04 -0800 Subject: Fix rules directory path We wan to NOT install the udev rules which are now in /lib/udev/rules.d/71-biosdevname (cherry picked from commit 9314f4fb1473933a612f17068771f8379b5187e9) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index abaadc1..84d3841 100755 --- a/debian/rules +++ b/debian/rules @@ -76,7 +76,7 @@ install: build rm -f $(PKGDIR)/sbin/biosdevnameS # We don't use the rules file from this package - rm -rf $(PKGDIR)/etc/udev/rules.d + rm -rf $(PKGDIR)/lib/udev/rules.d # Build architecture-independent files here. -- cgit v1.2.3