OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 27-Oct-2006 21:19:53
Branch: HEAD Handle: 2006102720195200
Modified files:
openpkg-tools/cmd bf-mk.pl
Log:
make sure we pick our make
Summary:
Revision Changes Path
1.46 +1 -1 openpkg-tools/cmd/bf-mk.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/bf-mk.pl
============================================================================
$ cvs diff -u -r1.45 -r1.46 bf-mk.pl
--- openpkg-tools/cmd/bf-mk.pl 27 Oct 2006 19:09:50 -0000 1.45
+++ openpkg-tools/cmd/bf-mk.pl 27 Oct 2006 19:19:52 -0000 1.46
@@ -921,7 +921,7 @@
hostname "%{prefix}/bin/ghostname";
ld "ld";
ln "ln";
- make "nice -20 make";
+ make "nice -20 %{prefix}/bin/make";
rm "rm";
rsync "%{prefix}/bin/rsync -v";
sed "%{prefix}/bin/sed";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]