From: Dick M. <dic...@ch...> - 2006-01-08 20:37:56
|
Hi, make install for libbash calls ldbashconfig, which is bad in case someone is building a package. I've created the following patch to disable the install-data-hook: --- libbash-0.9.9a-orig/Makefile.am 2006-01-07 12:32:54.000000000 +0100 +++ libbash-0.9.9a/Makefile.am 2006-01-07 12:33:04.000000000 +0100 @@ -9,6 +9,6 @@ # The tests should be here, so the make check output will look good TESTS =3D tests/locks.sh -# Running ldbashconfig after installation -install-data-hook: - $(DESTDIR)/$(sbindir)/ldbashconfig +## Running ldbashconfig after installation +#install-data-hook: +# $(DESTDIR)/$(sbindir)/ldbashconfig Could you please remove the install-data-hook or make it optional? Thanks, Dick |