wok-current diff bird/receipt @ rev 4331
fix: bird - configure options
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Wed Sep 30 10:28:40 2009 +0000 (2009-09-30) |
parents | fa2a91c3bfa6 |
children | 885440c73b33 |
line diff
1.1 --- a/bird/receipt Tue Sep 29 14:35:37 2009 +0000 1.2 +++ b/bird/receipt Wed Sep 30 10:28:40 2009 +0000 1.3 @@ -18,6 +18,7 @@ 1.4 ./configure \ 1.5 --prefix=/usr \ 1.6 --sysconfdir=/etc \ 1.7 + --localstatedir=/var \ 1.8 $CONFIGURE_ARGS && 1.9 make && make DESTDIR=$PWD/_pkg install 1.10 } 1.11 @@ -28,5 +29,6 @@ 1.12 mkdir -p $fs/usr 1.13 cp -a $_pkg/usr/sbin $fs/usr 1.14 cp -a $_pkg/etc $fs 1.15 + cp -a $_pkg/var $fs 1.16 } 1.17