diff options
| author | root | 2013-08-01 17:27:26 +0200 |
|---|---|---|
| committer | root | 2013-08-01 17:27:26 +0200 |
| commit | 8797d2f4a4cbebef9f549ba4d52094ca3c0eafc5 (patch) | |
| tree | 5100f073b14fa7c8ed8a1ca2758b2952e14691a3 /remote/modules | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-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')
| -rw-r--r-- | remote/modules/alsa/alsa.build | 5 |
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}" } |
