aboutsummaryrefslogtreecommitdiffstats
path: root/main/halberd/fix-script-include.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-23 05:46:34 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-12 15:14:55 +0000
commitf63d62ff797aad1963bebb9372a1eece586b8b80 (patch)
treef6fc32f8869ae09a4199be0c4b6103ba6aa1fa82 /main/halberd/fix-script-include.patch
parent8c5a615342bda3914c98f75f8e2ed6f73941c67d (diff)
downloadaports-f63d62ff797aad1963bebb9372a1eece586b8b80.tar.bz2
aports-f63d62ff797aad1963bebb9372a1eece586b8b80.tar.xz
main/halberd: drop, depends on python2 and dead upstream
Diffstat (limited to 'main/halberd/fix-script-include.patch')
-rw-r--r--main/halberd/fix-script-include.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/halberd/fix-script-include.patch b/main/halberd/fix-script-include.patch
deleted file mode 100644
index a4fc3d5bcd..0000000000
--- a/main/halberd/fix-script-include.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git scripts/halberd scripts/halberd
-index cf01b1e..2b5c218 100755
---- scripts/halberd
-+++ scripts/halberd
-@@ -20,8 +20,9 @@
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
--
--import sys
-+import sys, os
-+if os.path.dirname(os.path.abspath(sys.argv[0])) == os.path.abspath("scripts"):
-+ sys.path.insert(0, "./")
-
- import Halberd.shell
- import Halberd.logger