Merge pull request #3200 from kolyshkin/release-fix-for-opensuse

script/release.sh: fix for opensuse
This commit is contained in:
Akihiro Suda
2021-09-07 20:17:27 +09:00
committed by GitHub
+2 -1
View File
@@ -38,7 +38,8 @@ function build_project() {
tar xf "$tarball"
(
cd "libseccomp-${libseccomp_ver}"
./configure --prefix="$prefix" --enable-static --disable-shared
./configure --prefix="$prefix" --libdir="$prefix/lib" \
--enable-static --disable-shared
make install
)
mv "$tarball"{,.asc} "$builddir"