Changeset 184 in MondoRescue
- Timestamp:
- Dec 13, 2005, 2:25:00 AM (19 years ago)
- Location:
- branches/2.05
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mindi/install.sh
r179 r184 6 6 fi 7 7 8 if [ "_$PREFIX" = "_" ]; then8 if [ "_$PREFIX" != "_" ]; then 9 9 local=$PREFIX/usr 10 10 if [ -f /usr/local/sbin/mindi ]; then -
branches/2.05/mondo/mondo.spec
r179 r184 127 127 %{_libdir}/%{name} 128 128 %{_mandir}/* 129 %{_libdir}/*130 129 131 130 #%{!?_without_xmondo:%files xmondo}
Note:
See TracChangeset
for help on using the changeset viewer.