diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-03-02 16:56:04 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-03-02 16:56:04 -0800 |
commit | 9314f4fb1473933a612f17068771f8379b5187e9 (patch) | |
tree | 0817c2c082c7b43de186dca8b58dd5fa4c72f3ba | |
parent | 06e9fae4ba655672e73fb27a472be8bcfa9d2d55 (diff) | |
download | vyatta-biosdevname-9314f4fb1473933a612f17068771f8379b5187e9.tar.gz vyatta-biosdevname-9314f4fb1473933a612f17068771f8379b5187e9.zip |
Fix rules directory path
We wan to NOT install the udev rules which are now in
/lib/udev/rules.d/71-biosdevname
-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. |