Revision: | 1.5 |
Committed: | Wed Mar 28 01:21:58 2007 UTC (18 years, 1 month ago) by elmer |
Branch: | MAIN |
CVS Tags: | pe20070414b-ports, pe20070414a-ports, pe20070412b-ports, pe20070412a-ports, pe20070411a-ports, pe20070409a-ports, pe20070407a-ports, pe20070407-ports |
Changes since 1.4: | +2 -2 lines |
Log Message: | Remove stray semicolons left during last commit |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external gdbm 1.8.3 |
2 | Source: http://rm.mirror.garr.it/mirrors/gnuftp/gnu/%{n}/%{n}-%{v}.tar.gz | ||
3 | |||
4 | elmer | 1.2 | %define thisuser %(id -u) |
5 | %define thisgroup %(id -g) | ||
6 | |||
7 | eulisse | 1.1 | %build |
8 | elmer | 1.5 | 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 | eulisse | 1.1 | ./configure --prefix=%{i} |
11 | make %makeprocesses | ||
12 | eulisse | 1.3 | # |