summaryrefslogtreecommitdiffstats
path: root/development/gtest
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-12-08 03:03:41 +0100
committer David Spencer2016-12-10 01:57:46 +0100
commit37519d65e93ea65a45f288a86fe75525e68e1d0b (patch)
treea973bf692158cf18c0465e9a03f7a3862ff3738d /development/gtest
parentaec2d8bf45db8eefaeb48006553dfc53f18d0edb (diff)
downloadslackbuilds-37519d65e93ea65a45f288a86fe75525e68e1d0b.tar.gz
development/gtest: Fix missing headers.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development/gtest')
-rw-r--r--development/gtest/gtest.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/development/gtest/gtest.SlackBuild b/development/gtest/gtest.SlackBuild
index c244e93172..c83f09055b 100644
--- a/development/gtest/gtest.SlackBuild
+++ b/development/gtest/gtest.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM=gtest
SRCNAM=googletest
VERSION=${VERSION:-1.8.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -89,10 +89,12 @@ mkdir -p $PKG/usr/lib$LIBDIRSUFFIX $PKG/usr/include/$PRGNAM/internal/custom \
install -m 0644 build/googlemock/*.so $PKG/usr/lib$LIBDIRSUFFIX
install -m 0644 googlemock/include/gmock/*.h $PKG/usr/include/gmock
+install -m 0644 googlemock/include/gmock/internal/*.h $PKG/usr/include/gmock/internal/
install -m 0644 googlemock/include/gmock/internal/custom/*.h $PKG/usr/include/gmock/internal/custom
install -m 0644 build/googlemock/$PRGNAM/*.so $PKG/usr/lib$LIBDIRSUFFIX
install -m 0644 googletest/include/$PRGNAM/*.h $PKG/usr/include/$PRGNAM/
+install -m 0644 googletest/include/$PRGNAM/internal/*.h $PKG/usr/include/$PRGNAM/internal/
install -m 0644 googletest/include/$PRGNAM/internal/custom/*.h $PKG/usr/include/$PRGNAM/internal/custom
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \