summaryrefslogtreecommitdiffstats
path: root/core/modules/alsa
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-28 22:28:55 +0100
committerSimon Rettberg2017-02-28 22:28:55 +0100
commitc79dec3ba517967c09ef398b20d577271774df19 (patch)
tree163608e6b443aff1d1380d8308589c9c9e9a6952 /core/modules/alsa
parent[beamergui] FFS, use brain! (name binary properly, include in target) (diff)
downloadmltk-c79dec3ba517967c09ef398b20d577271774df19.tar.gz
mltk-c79dec3ba517967c09ef398b20d577271774df19.tar.xz
mltk-c79dec3ba517967c09ef398b20d577271774df19.zip
Add bash shebangs to all our includes:
github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
Diffstat (limited to 'core/modules/alsa')
-rw-r--r--core/modules/alsa/module.build1
-rw-r--r--core/modules/alsa/module.conf1
-rw-r--r--core/modules/alsa/module.conf.debian1
-rw-r--r--core/modules/alsa/module.conf.fedora1
-rw-r--r--core/modules/alsa/module.conf.opensuse1
-rw-r--r--core/modules/alsa/module.conf.scientific1
-rw-r--r--core/modules/alsa/module.conf.ubuntu1
-rw-r--r--core/modules/alsa/module.conf.ubuntu.121
8 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/alsa/module.build b/core/modules/alsa/module.build
index 4d3990b1..078aa338 100644
--- a/core/modules/alsa/module.build
+++ b/core/modules/alsa/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
fetch_source() {
:
}
diff --git a/core/modules/alsa/module.conf b/core/modules/alsa/module.conf
index 2a8be7a1..74917b4c 100644
--- a/core/modules/alsa/module.conf
+++ b/core/modules/alsa/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_BINARIES="
amixer
alsamixer
diff --git a/core/modules/alsa/module.conf.debian b/core/modules/alsa/module.conf.debian
index 5f4d1283..a6ced7fd 100644
--- a/core/modules/alsa/module.conf.debian
+++ b/core/modules/alsa/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
alsa-utils
alsa-base
diff --git a/core/modules/alsa/module.conf.fedora b/core/modules/alsa/module.conf.fedora
index 4ea213db..b42c80e7 100644
--- a/core/modules/alsa/module.conf.fedora
+++ b/core/modules/alsa/module.conf.fedora
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
alsa-utils
alsa-lib
diff --git a/core/modules/alsa/module.conf.opensuse b/core/modules/alsa/module.conf.opensuse
index a9ba1d50..3e37bb40 100644
--- a/core/modules/alsa/module.conf.opensuse
+++ b/core/modules/alsa/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
alsa-utils
alsa
diff --git a/core/modules/alsa/module.conf.scientific b/core/modules/alsa/module.conf.scientific
index 643e52d3..81df0d5b 100644
--- a/core/modules/alsa/module.conf.scientific
+++ b/core/modules/alsa/module.conf.scientific
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
module-init-tools
alsa-utils
diff --git a/core/modules/alsa/module.conf.ubuntu b/core/modules/alsa/module.conf.ubuntu
index c07957ab..95684832 100644
--- a/core/modules/alsa/module.conf.ubuntu
+++ b/core/modules/alsa/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
alsa-utils
alsa-base
diff --git a/core/modules/alsa/module.conf.ubuntu.12 b/core/modules/alsa/module.conf.ubuntu.12
index 2eb57b3d..2a5a2778 100644
--- a/core/modules/alsa/module.conf.ubuntu.12
+++ b/core/modules/alsa/module.conf.ubuntu.12
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
alsa-utils
alsa-base