wok-6.x 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 | 49aa72ce29c1 |
children | 0e294c895140 |
files | bird/receipt |
line diff
1.1 --- a/bird/receipt Wed Sep 30 01:15:09 2009 +0200 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