Message ID | Y4R52zzp1gKls8+x@adamg.eu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | autogen.sh: remove --with-rootprefix, it is gone since kmod-11 | expand |
On Mon, Nov 28, 2022 at 10:05:31AM +0100, Adam Gołębiowski wrote: >Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org> Applied, thanks. Lucas De Marchi >--- > autogen.sh | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/autogen.sh b/autogen.sh >index e4997c4..2616247 100755 >--- a/autogen.sh >+++ b/autogen.sh >@@ -25,7 +25,6 @@ fi > > if [ ! -L /bin ]; then > args="$args \ >- --with-rootprefix= \ > --with-rootlibdir=$(libdir /lib) \ > " > fi >-- >2.37.2 > >
diff --git a/autogen.sh b/autogen.sh index e4997c4..2616247 100755 --- a/autogen.sh +++ b/autogen.sh @@ -25,7 +25,6 @@ fi if [ ! -L /bin ]; then args="$args \ - --with-rootprefix= \ --with-rootlibdir=$(libdir /lib) \ " fi
Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org> --- autogen.sh | 1 - 1 file changed, 1 deletion(-)