summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core/module.build
blob: f39ee4cd11fb2b49ed9416c7e90d91259f4e13f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

fetch_source() {
	:
}

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

post_copy() {
	:
}