Skip to content

Commit

Permalink
Merge pull request opencontainers#3200 from kolyshkin/release-fix-for…
Browse files Browse the repository at this point in the history
…-opensuse

script/release.sh: fix for opensuse
  • Loading branch information
AkihiroSuda authored Sep 7, 2021
2 parents a244d57 + 39d0ee1 commit 110bdb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 110bdb0

Please sign in to comment.