From 2d1be5e388e8c4d83adaa83f363f80663b253c14 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 16 Jun 2025 19:55:33 -0400 Subject: [PATCH] Libray not set at the right place --- Makefile | 2 +- mailleur.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3