diff --git a/contrib/jenkins-build-osmo-bts-sysmo.sh b/contrib/jenkins-build-osmo-bts-sysmo.sh index b8dc8410..9838834f 100755 --- a/contrib/jenkins-build-osmo-bts-sysmo.sh +++ b/contrib/jenkins-build-osmo-bts-sysmo.sh @@ -80,7 +80,7 @@ done # don't package documentation -- the libosmocore docs can be up to 16 Mb large, # a significant amount compared to the binaries -rm -rf "$prefix_real/share/doc/libosmocore" +rm -rf "$prefix_real/share/doc" # build the archive that is going to be copied to the tester and then to the BTS rm "$base"/*.tgz "$base"/*.md5 || true diff --git a/contrib/jenkins-build-osmo-bts-trx.sh b/contrib/jenkins-build-osmo-bts-trx.sh index fa002373..1b1d94e6 100755 --- a/contrib/jenkins-build-osmo-bts-trx.sh +++ b/contrib/jenkins-build-osmo-bts-trx.sh @@ -70,7 +70,7 @@ done # don't package documentation -- the libosmocore docs can be up to 16 Mb large, # a significant amount compared to the binaries -rm -rf "$prefix/share/doc/libosmocore" +rm -rf "$prefix/share/doc" # build the archive that is going to be copied to the tester rm "$base"/*.tgz "$base"/*.md5 || true diff --git a/contrib/jenkins-build-osmo-msc.sh b/contrib/jenkins-build-osmo-msc.sh index 7e714887..f7808ff5 100755 --- a/contrib/jenkins-build-osmo-msc.sh +++ b/contrib/jenkins-build-osmo-msc.sh @@ -70,7 +70,7 @@ build_repo openbsc aoip # don't package documentation -- the libosmocore docs can be up to 16 Mb large, # a significant amount compared to the binaries -rm -rf "$prefix/share/doc/libosmocore" +rm -rf "$prefix/share/doc" # build the archive that is going to be copied to the tester rm "$base"/*.tgz "$base"/*.md5 || true diff --git a/contrib/jenkins-build-osmo-nitb.sh b/contrib/jenkins-build-osmo-nitb.sh index eb9fc26c..86d787c2 100755 --- a/contrib/jenkins-build-osmo-nitb.sh +++ b/contrib/jenkins-build-osmo-nitb.sh @@ -70,7 +70,7 @@ done # don't package documentation -- the libosmocore docs can be up to 16 Mb large, # a significant amount compared to the binaries -rm -rf "$prefix/share/doc/libosmocore" +rm -rf "$prefix/share/doc" # build the archive that is going to be copied to the tester rm "$base"/*.tgz "$base"/*.md5 || true