wok rev 10095
gtk+: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 07:30:07 2011 +0000 (2011-05-20) |
parents | ac3ba79fed17 |
children | 27c627f3bfc3 |
files | gtk+/receipt |
line diff
1.1 --- a/gtk+/receipt Fri May 20 07:27:25 2011 +0000 1.2 +++ b/gtk+/receipt Fri May 20 07:30:07 2011 +0000 1.3 @@ -25,7 +25,8 @@ 1.4 ./configure \ 1.5 --prefix=/usr \ 1.6 --sysconfdir=/etc \ 1.7 - --with-html-dir=/usr/share/doc && 1.8 + --with-html-dir=/usr/share/doc \ 1.9 + $CONFIGURE_ARGS && 1.10 make -j 4 && 1.11 make DESTDIR=$DESTDIR install 1.12 }