Added sed hack in bep file for libzip to get zipconf.h installed in the right location.

This commit is contained in:
Scott McCreary
2012-06-11 08:51:37 +00:00
parent b9b8d350b9
commit e28c132f16

View File

@@ -8,6 +8,7 @@ DEPEND=""
BUILD {
cd libzip-0.10
sed -i 's/MAN_PATH man/MAN_PATH documentation\/man/' man/CMakeLists.txt
sed -i 's/DESTINATION lib\/libzip\/include/DESTINATION include/' CMakeLists.txt
cmake .
make
}