diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-03-02 16:56:04 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-03-03 09:56:20 -0800 |
commit | 52362fb723770ba0330dc62586e734c41c4d45df (patch) | |
tree | d4595ff8d465ab5616b3d361dd2a70af2477497b | |
parent | 6f0d227c17e898f5c1a0e015bd3275f56ae23a19 (diff) | |
download | vyatta-biosdevname-52362fb723770ba0330dc62586e734c41c4d45df.tar.gz vyatta-biosdevname-52362fb723770ba0330dc62586e734c41c4d45df.zip |
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)
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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. |