diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:45:23 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:45:23 +0100 |
commit | a5b0f6b8607a2ad5e52f0315cd90967a56b81b25 (patch) | |
tree | f3e5d2d1c189f8f21fcf5c89a3d3623f54143a7f /base | |
parent | 7f5362dfe15a0a8de2f9d3732cd85906b4cfa7f5 (diff) | |
download | nutyx-extra-a5b0f6b8607a2ad5e52f0315cd90967a56b81b25.tar.gz nutyx-extra-a5b0f6b8607a2ad5e52f0315cd90967a56b81b25.tar.bz2 nutyx-extra-a5b0f6b8607a2ad5e52f0315cd90967a56b81b25.tar.xz nutyx-extra-a5b0f6b8607a2ad5e52f0315cd90967a56b81b25.zip |
cvs, petit ajustement
Diffstat (limited to 'base')
-rw-r--r-- | base/cvs/Pkgfile | 2 |
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 } |