Skip to content

Commit

Permalink
Merge pull request #3298 from kolyshkin/1.0-backport-3200
Browse files Browse the repository at this point in the history
[1.0] script/release.sh: fix for opensuse
  • Loading branch information
kolyshkin authored Dec 1, 2021
2 parents 18457d8 + 42bfc63 commit c0d6bdf
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 c0d6bdf

Please sign in to comment.