summaryrefslogtreecommitdiffstats
path: root/remote/modules/alsa
diff options
context:
space:
mode:
authorroot2013-08-01 17:27:26 +0200
committerroot2013-08-01 17:27:26 +0200
commit8797d2f4a4cbebef9f549ba4d52094ca3c0eafc5 (patch)
tree5100f073b14fa7c8ed8a1ca2758b2952e14691a3 /remote/modules/alsa
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-8797d2f4a4cbebef9f549ba4d52094ca3c0eafc5.tar.gz
tm-scripts-8797d2f4a4cbebef9f549ba4d52094ca3c0eafc5.tar.xz
tm-scripts-8797d2f4a4cbebef9f549ba4d52094ca3c0eafc5.zip
[alsa.build] Inserted some %$§%-grep -v's for Scientific Linux.
Diffstat (limited to 'remote/modules/alsa')
-rw-r--r--remote/modules/alsa/alsa.build5
1 files changed, 4 insertions, 1 deletions
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}"
}