From 8797d2f4a4cbebef9f549ba4d52094ca3c0eafc5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Aug 2013 17:27:26 +0200 Subject: [alsa.build] Inserted some %$ยง%-grep -v's for Scientific Linux. --- remote/modules/alsa/alsa.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'remote/modules') diff --git a/remote/modules/alsa/alsa.build b/remote/modules/alsa/alsa.build index 03e55d72..4d3990b1 100644 --- a/remote/modules/alsa/alsa.build +++ b/remote/modules/alsa/alsa.build @@ -6,7 +6,10 @@ build() { COPYLIST="list_dpkg_output" [ -e "$COPYLIST" ] && rm "$COPYLIST" - list_packet_files >> "$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}" } -- cgit v1.2.3-55-g7522