diff options
-rw-r--r-- | src/xbs-abs/.gitignore | 1 | ||||
-rw-r--r-- | src/xbs-abs/archrelease.patch | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/xbs-abs/.gitignore b/src/xbs-abs/.gitignore index 41ee0f5..8421720 100644 --- a/src/xbs-abs/.gitignore +++ b/src/xbs-abs/.gitignore @@ -1 +1,2 @@ archrelease* +!*.patch diff --git a/src/xbs-abs/archrelease.patch b/src/xbs-abs/archrelease.patch new file mode 100644 index 0000000..bdf2deb --- /dev/null +++ b/src/xbs-abs/archrelease.patch @@ -0,0 +1,8 @@ +--- archrelease.in 2014-06-20 09:42:13.367553434 -0400 ++++ archrelease.ugly 2014-06-27 17:42:14.392917837 -0400 +@@ -1,4 +1,5 @@ + #!/bin/bash ++# License: Unspecified + + m4_include(lib/common.sh) + m4_include(lib/valid-tags.sh) |