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
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -17,7 +17,8 @@ new file mode 100755 | ||||||
| index 0000000..c6748bd
 | index 0000000..c6748bd
 | ||||||
| --- /dev/null
 | --- /dev/null
 | ||||||
| +++ b/components.sh
 | +++ 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
 | +## This script generates a rough plexus/components.xml file. It is meant to
 | ||||||
| +## replace plexus-component-metadata as it eventually has a recursive dependency
 | +## replace plexus-component-metadata as it eventually has a recursive dependency
 | ||||||
| +## on itself.
 | +## on itself.
 | ||||||
|  |  | ||||||
|  | @ -13,7 +13,8 @@ new file mode 100755 | ||||||
| index 0000000..979f373
 | index 0000000..979f373
 | ||||||
| --- /dev/null
 | --- /dev/null
 | ||||||
| +++ b/sisu.sh
 | +++ 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
 | +## This script generates a rough javax.inject.Named file. It is meant to
 | ||||||
| +## replace sisu-maven-plugin as it eventually has a recursive dependency
 | +## replace sisu-maven-plugin as it eventually has a recursive dependency
 | ||||||
| +## on maven.
 | +## on maven.
 | ||||||
|  |  | ||||||
		Reference in a new issue