We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a244d57 + 39d0ee1 commit 110bdb0Copy full SHA for 110bdb0
script/release.sh
@@ -38,7 +38,8 @@ function build_project() {
38
tar xf "$tarball"
39
(
40
cd "libseccomp-${libseccomp_ver}"
41
- ./configure --prefix="$prefix" --enable-static --disable-shared
+ ./configure --prefix="$prefix" --libdir="$prefix/lib" \
42
+ --enable-static --disable-shared
43
make install
44
)
45
mv "$tarball"{,.asc} "$builddir"
0 commit comments