mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 01:21:44 +00:00
Add the bin directory to this RPM so that /opt/xcat/bin is removed if no
other files are under the bin directory. Installing ipmitool-xcat on a single machine and removing it will also remove the /opt/xcat/bin directory.
This commit is contained in:
parent
bb5c1f920d
commit
364e819e9a
@ -60,6 +60,7 @@ if [ "$RPM_BUILD_ROOT" ] && [ "$RPM_BUILD_ROOT" != "/" ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%dir %attr(-,root,root) /opt/xcat/bin/
|
||||
%attr(755,root,root) /opt/xcat/bin/ipmitool-xcat
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user