summaryrefslogtreecommitdiffstats
path: root/remote/modules/ldm
diff options
context:
space:
mode:
authorMichael Neves2013-03-19 17:22:20 +0100
committerMichael Neves2013-03-19 17:22:20 +0100
commit42ea7dbe1defff420a50045350d9b99b44257f92 (patch)
treeb390a9c80572bf6b5f625b65f92f97442f0ec446 /remote/modules/ldm
parentdeleted files (diff)
parentrenamed targets stage3.* to stage3* (diff)
downloadtm-scripts-42ea7dbe1defff420a50045350d9b99b44257f92.tar.gz
tm-scripts-42ea7dbe1defff420a50045350d9b99b44257f92.tar.xz
tm-scripts-42ea7dbe1defff420a50045350d9b99b44257f92.zip
merge
Diffstat (limited to 'remote/modules/ldm')
-rw-r--r--remote/modules/ldm/ldm.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/remote/modules/ldm/ldm.build b/remote/modules/ldm/ldm.build
index 88429cff..0e73148c 100644
--- a/remote/modules/ldm/ldm.build
+++ b/remote/modules/ldm/ldm.build
@@ -34,8 +34,5 @@ post_copy() {
local LDMGID=$(add_group "lightdm")
pinfo "lightdm user and group is $LDMUID $LDMGID"
chown -R "${LDMUID}:${LDMGID}" "${TARGET_BUILD_DIR}/var/lib/lightdm/" || perror "chowning '${TARGET_BUILD_DIR}/var/lib/lightdm/' failed."
- #copyi static data files
- cp -r "${MODULE_DIR}/data/"* "${TARGET_BUILD_DIR}" || perror "Copying data/ failed."
-
}