5241a7b27f
Remove gawk and a stray \ from the RUN_DEPENDS line. Replace /bin/bash with /bin/sh in a script. Obtained from: GNOME dev repo.
8 lines
345 B
Text
8 lines
345 B
Text
--- tools/gnome-doc-tool.in.orig 2013-12-19 16:08:52.000000000 +0100
|
|
+++ tools/gnome-doc-tool.in 2013-12-19 16:08:59.000000000 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
# gnome-doc-html - Convert documentation to HTML
|
|
# gnome-doc-html. Generated from gnome-doc-html.in by configure.
|
|
# Copyright (C) 2006 Shaun McCance <shaunm@gnome.org>
|