From d69028811168853efdaad3f07f70dff93fccd112 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 12 Jul 2021 13:32:27 +0200 Subject: Remove COPYLIST boilerplate from every module; move to setup_target --- core/modules/xorg/module.build | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/modules/xorg') diff --git a/core/modules/xorg/module.build b/core/modules/xorg/module.build index 8e165f08..bb6be5ba 100644 --- a/core/modules/xorg/module.build +++ b/core/modules/xorg/module.build @@ -15,12 +15,6 @@ fetch_source() { } build() { - COPYLIST="list_dpkg_output" - [ -e "$COPYLIST" ] && rm "$COPYLIST" - - list_packet_files >> "$COPYLIST" - tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}" - # copy udev rules to correct location if [ -d "${MODULE_BUILD_DIR}/lib/udev" ]; then cp -r "${MODULE_BUILD_DIR}/lib/udev" "${MODULE_BUILD_DIR}/usr/lib/" -- cgit v1.2.3-55-g7522