diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 12:57:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 12:57:07 +0100 |
commit | 9922bb614e8208411896afa1af20a704b3864734 (patch) | |
tree | ba011a6c66536ce5181beaa48b77e9a2defbed3c /extra/ruby/Pkgfile | |
parent | c5ceea0632f686ca6f0b06b02916b7a4573d1d14 (diff) | |
download | nutyx-extra-9922bb614e8208411896afa1af20a704b3864734.tar.gz nutyx-extra-9922bb614e8208411896afa1af20a704b3864734.tar.bz2 nutyx-extra-9922bb614e8208411896afa1af20a704b3864734.tar.xz nutyx-extra-9922bb614e8208411896afa1af20a704b3864734.zip |
ruby, suppression de la doc
Diffstat (limited to 'extra/ruby/Pkgfile')
-rw-r--r-- | extra/ruby/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/ruby/Pkgfile b/extra/ruby/Pkgfile index c5542be67..c53ae7f7e 100644 --- a/extra/ruby/Pkgfile +++ b/extra/ruby/Pkgfile @@ -20,6 +20,5 @@ build() { --disable-rpath make make DESTDIR=$PKG install - make -j1 DESTDIR=$PKG install-doc install-capi + rm -r $PKG/usr/share/doc } - |