mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #3200 from kolyshkin/release-fix-for-opensuse
script/release.sh: fix for opensuse
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user