The "apkg build" breaks due pam.de/netopeer2.conf path issue #1626
Labels
is:bug
Bug description.
status:completed
From the developer perspective, the issue was solved (bug fixed, question answered,...)
Hi,
running "apkg build" fails on a alma9 system due some issues with the path of "pam.d/netopeer2.conf" file
FYI: the file is found in ../usr/etc/pam.d/netopeer2.conf
I found to possible solutions:
%{_prefix}/%{_sysconfdir}/pam.d/netopeer2.conf
)/usr/etc/pam.d
:-(install(FILES "${CMAKE_SOURCE_DIR}/pam/netopeer2.conf" DESTINATION "${CMAKE_INSTALL_SYSCONFDIR}/pam.d")
install(FILES "${CMAKE_SOURCE_DIR}/pam/netopeer2.conf" DESTINATION "${SYSCONF_INSTALL_DIR}/pam.d")
But not sure if that breaks other/more genral setups
The text was updated successfully, but these errors were encountered: