Skip to content

Commit

Permalink
distro BUGFIX absolute CMAKE_INSTALL_SYSCONFDIR path (#1627)
Browse files Browse the repository at this point in the history
To make sure PAM conf file is installed in `/etc`, not `/usr/etc`.
  • Loading branch information
qupfer authored Aug 15, 2024
1 parent de118c3 commit 98cbfa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distro/pkg/rpm/netopeer2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ a single established NETCONF session.

%build
%cmake -DCMAKE_BUILD_TYPE=RELWITHDEBINFO \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DSYSREPO_SETUP=OFF \
-DPIDFILE_PREFIX=/run \
-DSERVER_DIR=%{_sharedstatedir}/netopeer2-server
Expand Down

0 comments on commit 98cbfa3

Please sign in to comment.