wok-next diff zsh/receipt @ rev 10267
Up: ethtool to 2.6.38.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 04:54:00 2011 +0000 (2011-05-21) |
parents | 6fb7714626f8 |
children | 93efe993d312 |
line diff
1.1 --- a/zsh/receipt Mon May 09 05:26:46 2011 +0000 1.2 +++ b/zsh/receipt Sat May 21 04:54:00 2011 +0000 1.3 @@ -16,11 +16,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --bindir=/bin \ 1.8 - --disable-dynamic --enable-multibyte \ 1.9 - --infodir=/usr/share/info --mandir=/usr/share/man \ 1.10 + ./configure --bindir=/bin \ 1.11 + --disable-dynamic --enable-multibyte \ 1.12 --enable-fndir=/usr/share/zsh/functions \ 1.13 - --enable-scriptdir=/usr/share/zsh/scripts && 1.14 + --enable-scriptdir=/usr/share/zsh/scripts \ 1.15 + $CONFIGURE_ARGS && 1.16 make && 1.17 make install 1.18 }