From 56b35723e1355a7f9841d7263fd56bbe8167dc91 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 23 Aug 2019 18:11:19 -0500 Subject: Missing $D in path for .profile --- recipes-core/useradd/useradd.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-core/useradd') diff --git a/recipes-core/useradd/useradd.bb b/recipes-core/useradd/useradd.bb index 7b70fec..d229a2f 100644 --- a/recipes-core/useradd/useradd.bb +++ b/recipes-core/useradd/useradd.bb @@ -1,7 +1,7 @@ SUMMARY = "Add mtadm user" DESCRIPTION = "Add mtadm user for security purposes" SECTION = "mtadm" -PR = "r3" +PR = "r4" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" @@ -46,12 +46,12 @@ FILES_${PN} = "/home/mtadm/.ssh" INHIBIT_PACKAGE_DEBUG_SPLIT = "1" pkg_postinst_${PN} () { - profile=/home/mtadm/.profile + profile=$D/home/mtadm/.profile if ! grep 'sbin' ${profile} ; then Sub='${PA' Sub=${Sub}'TH}:/sbin:/usr/sbin' - echo 'PATH='${Sub} >>/home/mtadm/.profile - echo 'export PATH' >>/home/mtadm/.profile + echo 'PATH='${Sub} >>${profile} + echo 'export PATH' >>${profile} fi # If doing an update, we need to add mtadm to dialout. # If the admin has been changed, then the user must -- cgit v1.2.3