diff options
author | Lukc <lukc@upyum.com> | 2010-12-21 10:27:51 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-21 10:27:51 +0100 |
commit | 3ed260945ed4fcf84f3d96273499cda7a47edb83 (patch) | |
tree | bfb07349cec841e1226c7b8428a8db61c3c436c8 /man | |
parent | 1f00acae803780b823434aacde646de429ce497e (diff) | |
download | base-3ed260945ed4fcf84f3d96273499cda7a47edb83.tar.gz base-3ed260945ed4fcf84f3d96273499cda7a47edb83.tar.bz2 base-3ed260945ed4fcf84f3d96273499cda7a47edb83.tar.xz base-3ed260945ed4fcf84f3d96273499cda7a47edb83.zip |
Recette de man mise à jour.
Diffstat (limited to 'man')
-rw-r--r-- | man/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Pkgfile b/man/Pkgfile index 68f4a83..2889eea 100644 --- a/man/Pkgfile +++ b/man/Pkgfile @@ -18,7 +18,7 @@ build () -compatibility_mode_for_colored_groff \ +lang none \ -default; - make; + make ${CTARGET:+CC=$CTARGET-gcc}; make PREFIX=$PKG install; install -D -m 755 $SRC/makewhatis $PKG/etc/cron/daily/makewhatis } |