summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam/libpam-xtests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/pam/libpam/libpam-xtests.patch')
-rw-r--r--meta/recipes-extended/pam/libpam/libpam-xtests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam/libpam-xtests.patch b/meta/recipes-extended/pam/libpam/libpam-xtests.patch
index 7edf66f915..ea145899b4 100644
--- a/meta/recipes-extended/pam/libpam/libpam-xtests.patch
+++ b/meta/recipes-extended/pam/libpam/libpam-xtests.patch
@@ -28,7 +28,7 @@ Index: Linux-PAM-1.3.0/xtests/Makefile.am
28+install_xtests: 28+install_xtests:
29+ $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/xtests 29+ $(INSTALL) -d $(DESTDIR)$(pkgdatadir)/xtests
30+ for file in $(EXTRA_DIST) ; do \ 30+ for file in $(EXTRA_DIST) ; do \
31+ $(INSTALL) $$file $(DESTDIR)$(pkgdatadir)/xtests ; \ 31+ $(INSTALL) $(srcdir)/$$file $(DESTDIR)$(pkgdatadir)/xtests ; \
32+ done 32+ done
33+ for file in $(XTESTS); do \ 33+ for file in $(XTESTS); do \
34+ $(INSTALL) .libs/$$file $(DESTDIR)$(pkgdatadir)/xtests ; \ 34+ $(INSTALL) .libs/$$file $(DESTDIR)$(pkgdatadir)/xtests ; \