summaryrefslogtreecommitdiffstats
path: root/base/cvs
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:45:23 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:45:23 +0100
commita5b0f6b8607a2ad5e52f0315cd90967a56b81b25 (patch)
treef3e5d2d1c189f8f21fcf5c89a3d3623f54143a7f /base/cvs
parent7f5362dfe15a0a8de2f9d3732cd85906b4cfa7f5 (diff)
downloadnutyx-pakxe-a5b0f6b8607a2ad5e52f0315cd90967a56b81b25.tar.gz
nutyx-pakxe-a5b0f6b8607a2ad5e52f0315cd90967a56b81b25.tar.bz2
nutyx-pakxe-a5b0f6b8607a2ad5e52f0315cd90967a56b81b25.tar.xz
nutyx-pakxe-a5b0f6b8607a2ad5e52f0315cd90967a56b81b25.zip
cvs, petit ajustement
Diffstat (limited to 'base/cvs')
-rw-r--r--base/cvs/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/cvs/Pkgfile b/base/cvs/Pkgfile
index 489333722..bda9d4b16 100644
--- a/base/cvs/Pkgfile
+++ b/base/cvs/Pkgfile
@@ -12,7 +12,7 @@ source=(http://nongnu.mirror.ironie.org/releases/$name/source/stable/$version/$n
build() {
cd $name-$version
./configure --prefix=/usr
- make -j3
+ make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info/dir
}