diff options
| author | Manuel Schneider | 2014-07-09 16:33:20 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-07-09 16:33:20 +0200 |
| commit | 4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e (patch) | |
| tree | dd52bb2d08b15b03341f29adb6d71358369f020a /remote/modules/x11vnc/module.build | |
| parent | [Testing] added pvs2 module for testing pruposes (diff) | |
| download | tm-scripts-4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e.tar.gz tm-scripts-4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e.tar.xz tm-scripts-4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e.zip | |
[Testing] added x11vnc module for testing pruposes
Diffstat (limited to 'remote/modules/x11vnc/module.build')
| -rw-r--r-- | remote/modules/x11vnc/module.build | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/remote/modules/x11vnc/module.build b/remote/modules/x11vnc/module.build new file mode 100644 index 00000000..0238f1bd --- /dev/null +++ b/remote/modules/x11vnc/module.build @@ -0,0 +1,19 @@ +#!/bin/bash + +fetch_source() { + : +} + +build() { + COPYLIST="list_dpkg_output" + [ -e "$COPYLIST" ] && rm "$COPYLIST" + + list_packet_files >> "$COPYLIST" + tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + +} + +post_copy() { + : +} + |
