We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18457d8 + 42bfc63 commit c0d6bdfCopy full SHA for c0d6bdf
1 file changed
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