wok diff openvas-manager/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents ae0bd9b30c56
children ad786a87b22e
line diff
     1.1 --- a/openvas-manager/receipt	Sun Dec 27 11:41:11 2009 +0100
     1.2 +++ b/openvas-manager/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -11,12 +11,14 @@
     1.4  DEPENDS="openvas-libraries sqlite util-linux-ng-uuid"
     1.5  BUILD_DEPENDS="openvas-libraries openvas-libraries-dev pkg-config \
     1.6  util-linux-ng-uuid-dev doxygen cmake gnutls sqlite sqlite-dev"
     1.7 +CONFIG_FILES="/etc/openvas"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	cd $src
    1.13 -	cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc
    1.14 +	cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc \
    1.15 +		-DLOCALSTATEDIR=/var
    1.16  	make &&
    1.17  	make DESTDIR=$PWD/_pkg install
    1.18  }