Ticket #197: parrot.spec.patch.new
| File parrot.spec.patch.new, 428 bytes (added by gerd, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | --- parrot.spec 2009-01-22 10:50:27.000000000 +0100 |
| 2 | +++ parrot.spec.new 2009-01-22 10:51:12.000000000 +0100 |
| 3 | @@ -65,12 +65,13 @@ |
| 4 | make |
| 5 | make languages |
| 6 | make perl6 |
| 7 | +make html |
| 8 | |
| 9 | %install |
| 10 | rm -rf $RPM_BUILD_ROOT |
| 11 | |
| 12 | export LD_LIBRARY_PATH=$( pwd )/blib/lib |
| 13 | -make reallyinstall DESTDIR=$RPM_BUILD_ROOT |
| 14 | +make install DESTDIR=$RPM_BUILD_ROOT |
| 15 | |
| 16 | # Drop the docs so rpm can pick them up itself. |
| 17 | rm -rf $RPM_BUILD_ROOT/%{_docdir}/parrot |
