summaryrefslogtreecommitdiffstats
path: root/core/modules/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/openbox')
-rw-r--r--core/modules/openbox/module.build10
1 files changed, 1 insertions, 9 deletions
diff --git a/core/modules/openbox/module.build b/core/modules/openbox/module.build
index 98ff9520..94ad6095 100644
--- a/core/modules/openbox/module.build
+++ b/core/modules/openbox/module.build
@@ -4,15 +4,7 @@ fetch_source() {
}
build() {
- COPYLIST="list_dpkg_output"
- [ -e "$COPYLIST" ] && rm "$COPYLIST"
-
- list_packet_files >> "$COPYLIST"
- # FIXME: Hack: openSUSE's rpm -ql lilsts non-existant pango.modules, which makes
- # tarcopy fail. We probably can't fix that, so remove it using grep....
- tarcopy "$(cat "$COPYLIST" | grep -v 'pango\.modules$' | sort -u)" "${MODULE_BUILD_DIR}"
-
- return 0
+ :
}
post_copy() {