summaryrefslogtreecommitdiffstats
path: root/core/modules/printergui
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/printergui
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/printergui')
-rw-r--r--core/modules/printergui/module.build1
-rw-r--r--core/modules/printergui/module.conf1
-rw-r--r--core/modules/printergui/module.conf.debian1
-rw-r--r--core/modules/printergui/module.conf.fedora1
-rw-r--r--core/modules/printergui/module.conf.opensuse1
-rw-r--r--core/modules/printergui/module.conf.ubuntu1
6 files changed, 6 insertions, 0 deletions
diff --git a/core/modules/printergui/module.build b/core/modules/printergui/module.build
index 3ede1dfc..aa7d35a4 100644
--- a/core/modules/printergui/module.build
+++ b/core/modules/printergui/module.build
@@ -1,4 +1,5 @@
#!/bin/bash
+#!/bin/bash
fetch_source() {
git clone "${REQUIRED_GIT}" "${MODULE_WORK_DIR}/src"
diff --git a/core/modules/printergui/module.conf b/core/modules/printergui/module.conf
index 39e64b16..2746168f 100644
--- a/core/modules/printergui/module.conf
+++ b/core/modules/printergui/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_GIT="git://git.openslx.org/openslx-ng/printergui.git"
REQUIRED_COMMIT="HEAD"
REQUIRED_BINARIES="
diff --git a/core/modules/printergui/module.conf.debian b/core/modules/printergui/module.conf.debian
index 54123003..54eb0feb 100644
--- a/core/modules/printergui/module.conf.debian
+++ b/core/modules/printergui/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libcups2-dev
libqt4-dev
diff --git a/core/modules/printergui/module.conf.fedora b/core/modules/printergui/module.conf.fedora
index f1f55014..921e0d52 100644
--- a/core/modules/printergui/module.conf.fedora
+++ b/core/modules/printergui/module.conf.fedora
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups-devel
qt-devel
diff --git a/core/modules/printergui/module.conf.opensuse b/core/modules/printergui/module.conf.opensuse
index 478d0a71..d23eced1 100644
--- a/core/modules/printergui/module.conf.opensuse
+++ b/core/modules/printergui/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
cups-devel
libqt4-devel
diff --git a/core/modules/printergui/module.conf.ubuntu b/core/modules/printergui/module.conf.ubuntu
index 73c89910..e6d9d864 100644
--- a/core/modules/printergui/module.conf.ubuntu
+++ b/core/modules/printergui/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libcups2-dev
libqt4-dev