Skip to content

Commit c0d6bdf

Browse files
authored
Merge pull request #3298 from kolyshkin/1.0-backport-3200
[1.0] script/release.sh: fix for opensuse
2 parents 18457d8 + 42bfc63 commit c0d6bdf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

script/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ function build_project() {
3838
tar xf "$tarball"
3939
(
4040
cd "libseccomp-${libseccomp_ver}"
41-
./configure --prefix="$prefix" --enable-static --disable-shared
41+
./configure --prefix="$prefix" --libdir="$prefix/lib" \
42+
--enable-static --disable-shared
4243
make install
4344
)
4445
mv "$tarball"{,.asc} "$builddir"

0 commit comments

Comments
 (0)