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/etherwake/module.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/modules/etherwake') diff --git a/core/modules/etherwake/module.build b/core/modules/etherwake/module.build index 50b24da5..55424e56 100644 --- a/core/modules/etherwake/module.build +++ b/core/modules/etherwake/module.build @@ -18,11 +18,6 @@ build() { sed "s,%ETHTOOL%,$(which ethtool)," "${MODULE_DIR}/templates/99-enable-wol-disable-pause.rules" \ > "${MODULE_BUILD_DIR}/etc/udev/rules.d/99-enable-wol-disable-pause.rules" \ || perror "Cannot write udev rule to enable WOL" - - local COPYLIST="list_dpkg_output" - rm -f -- "$COPYLIST" - list_packet_files >> "$COPYLIST" - tarcopy "$( < "$COPYLIST" sort -u )" "${MODULE_BUILD_DIR}" } post_copy() { -- cgit v1.2.3-55-g7522