summaryrefslogblamecommitdiffstats
path: root/core/modules/alsa/module.build
blob: 078aa3380714e4cddc412709e95626ac86858cca (plain) (tree)
1
           


















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

build() {
	COPYLIST="list_dpkg_output"
	[ -e "$COPYLIST" ] && rm "$COPYLIST"


	# These shitty greps are 'excludes' for this high quality scientific linux.
	list_packet_files	| grep -v "^/etc/asound.state" \
				| grep -v "^/etc/modprobe.d/local.conf" >> "$COPYLIST"
	tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}"

}

post_copy() {
	:
}