# | Line 5 | Line 5 | Source: http://rm.mirror.garr.it/mirrors | |
---|---|---|
5 | %define thisgroup %(id -g) | |
6 | ||
7 | %build | |
8 | < | case $(uname) in |
9 | < | Darwin) perl -p -i -e "s|BINOWN = bin|BINOWN = %{thisuser}|g" Makefile.in; |
10 | < | perl -p -i -e "s|BINGRP = bin|BINGRP = %{thisgroup}|g" Makefile.in;; |
11 | < | esac |
8 | > | perl -p -i -e "s|BINOWN = bin|BINOWN = %{thisuser}|g" Makefile.in |
9 | > | perl -p -i -e "s|BINGRP = bin|BINGRP = %{thisgroup}|g" Makefile.in |
10 | ./configure --prefix=%{i} | |
11 | make %makeprocesses | |
12 | # |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |