]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Libray not set at the right place
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 16 Jun 2025 23:55:33 +0000 (19:55 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 16 Jun 2025 23:55:33 +0000 (19:55 -0400)
Makefile
mailleur.spec.in

index 7274ac7752208f0825d003b423b6b911c5353d06..2deec46650e0748f03ca16decd0a8ed432721cf9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ install     :
                $(DESTDIR)/$(LIBDIR)/$(APPN)/
           @ cp -a                                      \
                shared/lib*                             \
-               $(DESTDIR)/$(LIBDIR)/$(APPN)/
+               $(DESTDIR)/$(LIBDIR)/
 
 #--------------------------------------------------------------------
 SUBDIR =                                               \
index 30c210759443a2699f7b1cf95086b42f056fa8c4..73c27ce06e9676058793462d9f24f93a175858c5 100644 (file)
@@ -144,7 +144,7 @@ Requires    :       postgresql-server
 #-----------------------------------------------------------------------------
 %files                 postgresql
 %defattr(-,root,root,-)
-%{_libdir}/%{name}/libposql.so.1*
+%{_libdir}/libposql.so.1*
 
 #=============================================================================
 %prep