summaryrefslogtreecommitdiffstats
path: root/core/modules/plymouth
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/plymouth
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/plymouth')
-rw-r--r--core/modules/plymouth/module.build1
-rw-r--r--core/modules/plymouth/module.conf1
-rw-r--r--core/modules/plymouth/module.conf.debian1
-rw-r--r--core/modules/plymouth/module.conf.opensuse1
-rw-r--r--core/modules/plymouth/module.conf.ubuntu1
5 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/plymouth/module.build b/core/modules/plymouth/module.build
index 67b7734e..77201166 100644
--- a/core/modules/plymouth/module.build
+++ b/core/modules/plymouth/module.build
@@ -1,4 +1,5 @@
#!/bin/bash
+#!/bin/bash
fetch_source() {
download_untar "$REQUIRED_URL" "src/"
diff --git a/core/modules/plymouth/module.conf b/core/modules/plymouth/module.conf
index d8827529..49ce6dee 100644
--- a/core/modules/plymouth/module.conf
+++ b/core/modules/plymouth/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_VERSION="plymouth-0.8.6.1"
REQUIRED_URL="http://www.freedesktop.org/software/plymouth/releases/${REQUIRED_VERSION}.tar.bz2"
REQUIRED_PREFIX="/usr"
diff --git a/core/modules/plymouth/module.conf.debian b/core/modules/plymouth/module.conf.debian
index 0c6e00a4..d35583c1 100644
--- a/core/modules/plymouth/module.conf.debian
+++ b/core/modules/plymouth/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libpng-dev
libpango1.0-dev
diff --git a/core/modules/plymouth/module.conf.opensuse b/core/modules/plymouth/module.conf.opensuse
index 034af2ad..c3e5de39 100644
--- a/core/modules/plymouth/module.conf.opensuse
+++ b/core/modules/plymouth/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libpng12-devel
pango-devel
diff --git a/core/modules/plymouth/module.conf.ubuntu b/core/modules/plymouth/module.conf.ubuntu
index 0c6e00a4..d35583c1 100644
--- a/core/modules/plymouth/module.conf.ubuntu
+++ b/core/modules/plymouth/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libpng-dev
libpango1.0-dev