- Timestamp:
- 06/24/08 09:57:59 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/installation/specs/working/system/ossie_cf.spec
r7920 r7923 70 70 ./configure 71 71 %{?make:%make}%{!?make:make} all 72 #make73 72 74 73 # Install the binaries / libraries / etc 75 74 %install 76 #make install DESTDIR=$RPM_BUILD_ROOT77 75 %{?makeinstall_std:%makeinstall_std}%{!?makeinstall_std:make DESTDIR=%{buildroot} install} 78 76 … … 80 78 %clean 81 79 [ -z %{buildroot} ] || rm -rf %{buildroot} 82 #rm -rf $RPM_BUILD_ROOT83 80 84 81 # Update system library directories