diff options
author | Simon Rettberg | 2017-03-10 12:07:02 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-03-10 12:07:02 +0100 |
commit | b062b3ff63a49a28c0858de59d2cab1d774409bc (patch) | |
tree | 9bd92fde799e039c5ad1cccf11b1526f6ef80f48 /core | |
parent | [targets/stage32-bwlp] Update activated modules (diff) | |
download | mltk-b062b3ff63a49a28c0858de59d2cab1d774409bc.tar.gz mltk-b062b3ff63a49a28c0858de59d2cab1d774409bc.tar.xz mltk-b062b3ff63a49a28c0858de59d2cab1d774409bc.zip |
Seems some files were given an extra shebang with c79dec3ba517967c09ef398b20d577271774df19
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/beamergui/module.build | 1 | ||||
-rw-r--r-- | core/modules/consolekit/module.build | 1 | ||||
-rw-r--r-- | core/modules/cups-sicgs/module.conf | 2 | ||||
-rw-r--r-- | core/modules/cups/module.build | 1 | ||||
-rw-r--r-- | core/modules/dbus/module.build | 1 | ||||
-rw-r--r-- | core/modules/dmidecode/module.build | 2 | ||||
-rw-r--r-- | core/modules/dunst/module.build | 1 | ||||
-rw-r--r-- | core/modules/gdisk/module.build | 1 | ||||
-rw-r--r-- | core/modules/ncp/module.build | 1 | ||||
-rw-r--r-- | core/modules/nslcd/module.build | 1 | ||||
-rw-r--r-- | core/modules/pam/module.build | 1 | ||||
-rw-r--r-- | core/modules/plymouth/module.build | 1 | ||||
-rw-r--r-- | core/modules/printergui/module.build | 1 | ||||
-rw-r--r-- | core/modules/pvs2/module.build | 1 | ||||
-rw-r--r-- | core/modules/vbox/module.build | 1 | ||||
-rw-r--r-- | core/modules/vbox/module.conf.opensuse | 0 | ||||
-rw-r--r-- | core/modules/x11vnc/module.build | 1 | ||||
-rw-r--r-- | core/modules/xorg/module.build | 1 |
18 files changed, 2 insertions, 17 deletions
diff --git a/core/modules/beamergui/module.build b/core/modules/beamergui/module.build index 915b4b74..36175c34 100644 --- a/core/modules/beamergui/module.build +++ b/core/modules/beamergui/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { git clone "${REQUIRED_GIT}" src diff --git a/core/modules/consolekit/module.build b/core/modules/consolekit/module.build index eb8b820e..0626aae4 100644 --- a/core/modules/consolekit/module.build +++ b/core/modules/consolekit/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { pinfo "Extracting from running system..." diff --git a/core/modules/cups-sicgs/module.conf b/core/modules/cups-sicgs/module.conf index c1e2678e..53a18090 100644 --- a/core/modules/cups-sicgs/module.conf +++ b/core/modules/cups-sicgs/module.conf @@ -1,3 +1,5 @@ +#!/bin/bash + REQUIRED_ARCHIVE="http://files.canon-europe.com/files/soft45525/Software/CQue_v3.0.2_Linux_32_64_DE.tar.zip" REQUIRED_BINARIES=" sicgsfilter diff --git a/core/modules/cups/module.build b/core/modules/cups/module.build index 50b8b286..2b29bb7d 100644 --- a/core/modules/cups/module.build +++ b/core/modules/cups/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { : diff --git a/core/modules/dbus/module.build b/core/modules/dbus/module.build index 8e661e8b..71f6f783 100644 --- a/core/modules/dbus/module.build +++ b/core/modules/dbus/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { echo "Extracting from running system..." diff --git a/core/modules/dmidecode/module.build b/core/modules/dmidecode/module.build index 8394db50..7e944bcd 100644 --- a/core/modules/dmidecode/module.build +++ b/core/modules/dmidecode/module.build @@ -1,6 +1,4 @@ #!/bin/bash -#!/bin/bash - fetch_source() { [ -d "${MODULE_WORK_DIR}/src/.git" ] && return 0 diff --git a/core/modules/dunst/module.build b/core/modules/dunst/module.build index bae466ae..16e0bb5b 100644 --- a/core/modules/dunst/module.build +++ b/core/modules/dunst/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { : diff --git a/core/modules/gdisk/module.build b/core/modules/gdisk/module.build index c2e7aec3..59356ded 100644 --- a/core/modules/gdisk/module.build +++ b/core/modules/gdisk/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { : diff --git a/core/modules/ncp/module.build b/core/modules/ncp/module.build index 7f98dbe5..d8250512 100644 --- a/core/modules/ncp/module.build +++ b/core/modules/ncp/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { diff --git a/core/modules/nslcd/module.build b/core/modules/nslcd/module.build index 503c3747..76fa2bed 100644 --- a/core/modules/nslcd/module.build +++ b/core/modules/nslcd/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { if [ -n "$REQUIRED_NSS_LDAPD_URL" ]; then diff --git a/core/modules/pam/module.build b/core/modules/pam/module.build index 946dcb4f..6682e4a2 100644 --- a/core/modules/pam/module.build +++ b/core/modules/pam/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { # get pam-script source diff --git a/core/modules/plymouth/module.build b/core/modules/plymouth/module.build index 77201166..67b7734e 100644 --- a/core/modules/plymouth/module.build +++ b/core/modules/plymouth/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { download_untar "$REQUIRED_URL" "src/" diff --git a/core/modules/printergui/module.build b/core/modules/printergui/module.build index aa7d35a4..3ede1dfc 100644 --- a/core/modules/printergui/module.build +++ b/core/modules/printergui/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { git clone "${REQUIRED_GIT}" "${MODULE_WORK_DIR}/src" diff --git a/core/modules/pvs2/module.build b/core/modules/pvs2/module.build index b88f81cb..f356e1bc 100644 --- a/core/modules/pvs2/module.build +++ b/core/modules/pvs2/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { git clone "${REQUIRED_GIT}" "${MODULE_WORK_DIR}/src" diff --git a/core/modules/vbox/module.build b/core/modules/vbox/module.build index 94251171..0f62eab4 100644 --- a/core/modules/vbox/module.build +++ b/core/modules/vbox/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash patch_vbox_scripts() { # Patching virtualbox utility scripts to include openslx-busybox binary paths. Strange sed-ing, as the openslx diff --git a/core/modules/vbox/module.conf.opensuse b/core/modules/vbox/module.conf.opensuse deleted file mode 100644 index e69de29b..00000000 --- a/core/modules/vbox/module.conf.opensuse +++ /dev/null diff --git a/core/modules/x11vnc/module.build b/core/modules/x11vnc/module.build index 3dadd766..0238f1bd 100644 --- a/core/modules/x11vnc/module.build +++ b/core/modules/x11vnc/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { : diff --git a/core/modules/xorg/module.build b/core/modules/xorg/module.build index 92db3ae1..8806fc9f 100644 --- a/core/modules/xorg/module.build +++ b/core/modules/xorg/module.build @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash fetch_source() { : |