mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fixed a bug that prevented installing to prefixes other than /usr.
This commit is contained in:
parent
69a8697ad1
commit
804b4a68d2
@ -73,7 +73,7 @@ install lib/mc.global $RPM_BUILD_ROOT/etc
|
||||
|
||||
|
||||
# clean up this setuid problem for now
|
||||
chmod 755 $RPM_BUILD_ROOT/usr/lib/mc/bin/cons.saver
|
||||
chmod 755 $RPM_BUILD_ROOT%{prefix}/lib/mc/bin/cons.saver
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -122,6 +122,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config /etc/CORBA/servers/*
|
||||
|
||||
%changelog
|
||||
* Wed May 26 1999 Cody Russell <bratsche@dfw.net>
|
||||
- chmod cons.saver at $RPM_BUILD_ROOT%{prefix}/lib rather than at
|
||||
$RPM_BUILD_ROOT/usr/lib. We can now install to somewhere other than /usr.
|
||||
|
||||
* Sun Apr 18 1999 Gregory McLean <gregm@comstar.net>
|
||||
- Updated the specfile, removed some kludges.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user