openvas-manager: fix so it doesn't install to /usr/local but now the config files are in /usr/etc

GRRRRR (I'm a bear)
This commit is contained in:
Zero_Chaos 2010-07-21 04:09:52 +00:00
parent 6cb60b06c0
commit 9db79c774a
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
DIST openvas-manager-1.0.0.rc1.tar.gz 506205 RMD160 549605865b2b89ae40a470b8292ad89c27bca2a6 SHA1 e2b6feb859d78c0e219523a7cf77a06d7de14f1e SHA256 ad561a9fd4c59245844ac09d2e87ac0e390ff1559bc0b49f98674b52c0270a4d
EBUILD openvas-manager-1.0.0_rc1.ebuild 1493 RMD160 28488be680f20e62d52dd08a4634f7786304fcd1 SHA1 be8565e005f7490939e632776cbfa709d72974f3 SHA256 c2a0b8b3987e535e0b3f6a393d57d23afef7d81eca48b9984a6f9f98d2aad55b
EBUILD openvas-manager-1.0.0_rc1.ebuild 1519 RMD160 8bb136bf2587c1a822f938ea46712764158ef48a SHA1 9844885e01c7b7482482220db45fcef1197e5cd4 SHA256 8ab30c1f41712c66dbfbf4cb6f78e1e0533a36412740da948f60b2e155f8b879

View file

@ -41,7 +41,7 @@ src_prepare() {
sed -i s/'add_definitions (-Werror)'//g src/CMakeLists.txt || die "Failed to remove -Werror"
#remove fatal error from build system when unneeded doxygen is missing
sed -i s/'message (FATAL_ERROR "Doxygen is required to build the HTML docs.")'//g doc/CMakeLists.txt
cmake .
cmake -DCMAKE_INSTALL_PREFIX=/usr
}
src_install() {