Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: doc/
Date: Thu, 26 Apr 2018 15:57:17
Message-Id: 1524758170.0f3b5d033719787f8ef8764b640c2b148e5b7db4.zerochaos@gentoo
1 commit: 0f3b5d033719787f8ef8764b640c2b148e5b7db4
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 15:56:10 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 15:56:10 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=0f3b5d03
7
8 fix shebang in doc creation
9
10 per report by hanetzer on irc, this shebang work for prefix installs and
11 per floppym it is valid and correct
12
13 doc/make_subarch_table_guidexml.py | 2 +-
14 doc/make_target_table.py | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_guidexml.py
18 index f571e001..84624dc1 100755
19 --- a/doc/make_subarch_table_guidexml.py
20 +++ b/doc/make_subarch_table_guidexml.py
21 @@ -1,4 +1,4 @@
22 -#!/usr/bin/python
23 +#!/usr/bin/env python
24 # Copyright (C) 2011 Sebastian Pipping <sebastian@×××××××.org>
25 # Copyright (C) 2013 Brian dolbec <dolsen@g.o>
26 # Licensed under GPL v2 or later
27
28 diff --git a/doc/make_target_table.py b/doc/make_target_table.py
29 index 9eb072b1..c4b49ad9 100755
30 --- a/doc/make_target_table.py
31 +++ b/doc/make_target_table.py
32 @@ -1,4 +1,4 @@
33 -#!/usr/bin/python
34 +#!/usr/bin/env python
35 # Copyright (C) 2012 W. Trevor King <wking@××××××.edu>
36 # Copyright (C) 2012 Sebastian Pipping <sebastian@×××××××.org>
37 # Copyright (C) 2013 Brian dolbec <dolsen@g.o>