Skip to content

Commit

Permalink
ws: Drop /etc/cockpit creation in make install-tests
Browse files Browse the repository at this point in the history
Not needed, and really shouldn't be there.
  • Loading branch information
martinpitt committed Dec 5, 2024
1 parent b7bb31f commit bfcdaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ws/Makefile-ws.am
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mock_pam_conv_mod_so_LDFLAGS = -shared
mock_pam_conv_mod_so_LDADD = $(PAM_LIBS)

install-tests::
mkdir -p $(DESTDIR)$(pamdir) $(DESTDIR)/etc/cockpit
mkdir -p $(DESTDIR)$(pamdir)
$(INSTALL_PROGRAM) mock-pam-conv-mod.so $(DESTDIR)$(pamdir)/

install-exec-hook::
Expand Down

0 comments on commit bfcdaa5

Please sign in to comment.