From: Jean-Marc Pigeon (Delson) Date: Mon, 16 Jun 2025 23:55:33 +0000 (-0400) Subject: Libray not set at the right place X-Git-Tag: tag-0.9~148 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=2d1be5e388e8c4d83adaa83f363f80663b253c14;p=jmp%2Fmailleur Libray not set at the right place --- diff --git a/Makefile b/Makefile index 7274ac7..2deec46 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ install : $(DESTDIR)/$(LIBDIR)/$(APPN)/ @ cp -a \ shared/lib* \ - $(DESTDIR)/$(LIBDIR)/$(APPN)/ + $(DESTDIR)/$(LIBDIR)/ #-------------------------------------------------------------------- SUBDIR = \ diff --git a/mailleur.spec.in b/mailleur.spec.in index 30c2107..73c27ce 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -144,7 +144,7 @@ Requires : postgresql-server #----------------------------------------------------------------------------- %files postgresql %defattr(-,root,root,-) -%{_libdir}/%{name}/libposql.so.1* +%{_libdir}/libposql.so.1* #============================================================================= %prep