# | Line 4 | Line 4 | Source: http://switch.dl.sourceforge.net | |
---|---|---|
4 | %build | |
5 | ./configure --prefix=%{i} | |
6 | make %makeprocesses | |
7 | + | %install |
8 | + | make install |
9 | + | perl -p -i -e "s|^#!.*perl|#!/usr/bin/env perl|" %{i}/bin/gifburst |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |