summaryrefslogblamecommitdiffstats
path: root/core/modules/hardware-stats/module.build
blob: 11bcc643b398c47cb8f6f10a45e5bb45c9236b54 (plain) (tree)
1
           
















                                                                      
#!/bin/bash
fetch_source() {
	:
}

build() {
	COPYLIST="list_dpkg_output"
	rm -f -- "$COPYLIST"


	list_packet_files	>> "$COPYLIST"
	tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"
}

post_copy() {
	:
}