mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 22:32:14 +01:00
https://codeberg.org/jengelh/pam_mount Pluggable Authentication Module that can mount volumes for a user session closes #13758
14 lines
358 B
Diff
14 lines
358 B
Diff
diff --git a/Makefile.in b/Makefile.in
|
|
index be4d0b9..1340490 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -924,7 +924,7 @@ uninstall-am: uninstall-pkgconfigDATA
|
|
${pkgconfig_DATA}: ${top_builddir}/config.status
|
|
|
|
install-data-hook:
|
|
- ${MKDIR_P} ${DESTDIR}${localstatedir}/run/pam_mount;
|
|
+ ${MKDIR_P} ${DESTDIR}/run/pam_mount;
|
|
|
|
.PHONY: tarball
|
|
tarball:
|