summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/at')
-rw-r--r--meta/recipes-extended/at/at_3.1.13.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/at/at_3.1.13.bb b/meta/recipes-extended/at/at_3.1.13.bb
index bcc08aa2f1..9af35690f9 100644
--- a/meta/recipes-extended/at/at_3.1.13.bb
+++ b/meta/recipes-extended/at/at_3.1.13.bb
@@ -11,7 +11,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
11 11
12RCONFLICTS_${PN} = "atd" 12RCONFLICTS_${PN} = "atd"
13RREPLACES_${PN} = "atd" 13RREPLACES_${PN} = "atd"
14PR = "r0" 14PR = "r1"
15 15
16SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ 16SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
17 file://configure.patch \ 17 file://configure.patch \
@@ -56,7 +56,7 @@ do_install () {
56 56
57 for feature in ${DISTRO_FEATURES}; do 57 for feature in ${DISTRO_FEATURES}; do
58 if [ "$feature" = "pam" ]; then 58 if [ "$feature" = "pam" ]; then
59 install -D -m 0644 ${WORKDIR}/${P}/pam.conf ${D}${sysconfdir}/pam.d/atd 59 install -D -m 0644 ${WORKDIR}/${BP}/pam.conf ${D}${sysconfdir}/pam.d/atd
60 break 60 break
61 fi 61 fi
62 done 62 done