diff options
| author | Jonathan Bauer | 2013-03-19 15:02:52 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-19 15:02:52 +0100 |
| commit | da0084106fbd7a11fb0156bc673947a4f482b2d2 (patch) | |
| tree | 213a0643060fc1e3685cef2f4a211e8e973db1b6 /remote/modules/kdm | |
| parent | fix path for --help (diff) | |
| download | tm-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/kdm')
| -rw-r--r-- | remote/modules/kdm/kdm.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remote/modules/kdm/kdm.build b/remote/modules/kdm/kdm.build index 88c47f6b..3a924380 100644 --- a/remote/modules/kdm/kdm.build +++ b/remote/modules/kdm/kdm.build @@ -14,8 +14,6 @@ build () { } post_copy() { - # copy static kdm files to stage3.2 - cp -r ${MODULE_DIR}/data/* ${TARGET_BUILD_DIR} #create static kdm folders in stage3.2 mkdir -p ${TARGET_BUILD_DIR}/var/lib/kdm mkdir -p ${TARGET_BUILD_DIR}/var/run/kdm |
