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/systemd/systemd.build | |
| 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/systemd/systemd.build')
| -rw-r--r-- | remote/modules/systemd/systemd.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remote/modules/systemd/systemd.build b/remote/modules/systemd/systemd.build index 450e743b..bb58fc1c 100644 --- a/remote/modules/systemd/systemd.build +++ b/remote/modules/systemd/systemd.build @@ -32,9 +32,6 @@ build () { } post_copy() { - # copy static data files - cp -r "${MODULE_DIR}"/data/* "${TARGET_BUILD_DIR}" || perror "copying data files failed." - # dont clear systemd log at startup sed -i.bak "s/TTYVTDisallocate=yes/TTYVTDisallocate=no/g" "${TARGET_BUILD_DIR}/usr/lib/systemd/system/getty@.service" |
