gnu: maven-pom: Add missing shebangs.
* gnu/packages/patches/maven-generate-component-xml.patch: Add missing shebang. * gnu/packages/patches/maven-generate-javax-inject-named.patch: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
9e03f08b79
commit
f420d99a7d
@ -17,7 +17,8 @@ new file mode 100755
|
||||
index 0000000..c6748bd
|
||||
--- /dev/null
|
||||
+++ b/components.sh
|
||||
@@ -0,0 +1,148 @@
|
||||
@@ -0,0 +1,149 @@
|
||||
+#!/bin/sh
|
||||
+## This script generates a rough plexus/components.xml file. It is meant to
|
||||
+## replace plexus-component-metadata as it eventually has a recursive dependency
|
||||
+## on itself.
|
||||
|
@ -13,7 +13,8 @@ new file mode 100755
|
||||
index 0000000..979f373
|
||||
--- /dev/null
|
||||
+++ b/sisu.sh
|
||||
@@ -0,0 +1,12 @@
|
||||
@@ -0,0 +1,13 @@
|
||||
+#!/bin/sh
|
||||
+## This script generates a rough javax.inject.Named file. It is meant to
|
||||
+## replace sisu-maven-plugin as it eventually has a recursive dependency
|
||||
+## on maven.
|
||||
|
Loading…
Reference in New Issue
Block a user