summaryrefslogtreecommitdiffstats
path: root/remote/modules/ldm
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-19 15:02:52 +0100
committerJonathan Bauer2013-03-19 15:02:52 +0100
commitda0084106fbd7a11fb0156bc673947a4f482b2d2 (patch)
tree213a0643060fc1e3685cef2f4a211e8e973db1b6 /remote/modules/ldm
parentfix path for --help (diff)
downloadtm-scripts-da0084106fbd7a11fb0156bc673947a4f482b2d2.tar.gz
tm-scripts-da0084106fbd7a11fb0156bc673947a4f482b2d2.tar.xz
tm-scripts-da0084106fbd7a11fb0156bc673947a4f482b2d2.zip
copy_static_files function now called on each module
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."
-
}