diff options
author | greg@kroah.com <greg@kroah.com> | 2004-03-02 23:51:50 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:08 -0700 |
commit | 0d1956de0eb112271a1d0d6e189ace3714bf0872 (patch) | |
tree | a83ad69a2cc68424fc02095ccaf8e862de394edf /udev.spec | |
parent | e56f005817ab12a63e91fee06c3f967d55ee6c3c (diff) |
[PATCH] fix udev.spec to find udevinfo now that it has moved to /usr/bin
Diffstat (limited to 'udev.spec')
-rw-r--r-- | udev.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -116,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc COPYING README TODO ChangeLog HOWTO* etc/udev/udev.rules.examples docs/* %attr(755,root,root) /sbin/udev -%attr(755,root,root) /sbin/udevinfo +%attr(755,root,root) /usr/bin/udevinfo %attr(755,root,root) /sbin/udevsend %attr(755,root,root) /sbin/udevd %attr(755,root,root) /sbin/udevtest @@ -143,6 +143,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Mar 2 2004 Greg Kroah-Hartman <greg@kroah.com> - added udevstart to the list of files installed +- udevinfo is now in /usr/bin not /sbin * Fri Feb 27 2004 Greg Kroah-Hartman <greg@kroah.com> - added ability to build with SELinux support |