From 4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Wed, 9 Jul 2014 16:33:20 +0200 Subject: [Testing] added x11vnc module for testing pruposes --- remote/modules/x11vnc/module.build | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 remote/modules/x11vnc/module.build (limited to 'remote/modules/x11vnc/module.build') 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() { + : +} + -- cgit v1.2.3-55-g7522