diff options
| author | Jonathan Bauer | 2013-05-14 17:02:15 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-05-14 17:02:15 +0200 |
| commit | 44f951959faf8a09ff60cda4024bccd9efd633a1 (patch) | |
| tree | c4b40e00c32196e84c85d39b8b3c283038b3ee92 /remote/modules/openbox/openbox.build | |
| parent | fix udhcpc (diff) | |
| download | tm-scripts-44f951959faf8a09ff60cda4024bccd9efd633a1.tar.gz tm-scripts-44f951959faf8a09ff60cda4024bccd9efd633a1.tar.xz tm-scripts-44f951959faf8a09ff60cda4024bccd9efd633a1.zip | |
openbox
Diffstat (limited to 'remote/modules/openbox/openbox.build')
| -rw-r--r-- | remote/modules/openbox/openbox.build | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/remote/modules/openbox/openbox.build b/remote/modules/openbox/openbox.build new file mode 100644 index 00000000..3e56fbfb --- /dev/null +++ b/remote/modules/openbox/openbox.build @@ -0,0 +1,18 @@ +fetch_source() { + : +} + +build() { + COPYLIST="list_dpkg_output" + [ -e "$COPYLIST" ] && rm "$COPYLIST" + + list_packet_files >> "$COPYLIST" + tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" + + return 0 +} + +post_copy() { + [ ! -d "$TARGET_BUILD_DIR/etc/pango" ] && mkdir -p "$TARGET_BUILD_DIR/etc/pango" + pango-querymodules > "$TARGET_BUILD_DIR/etc/pango/pango.modules" +} |
