summaryrefslogtreecommitdiff
path: root/sysutils/atitvout/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-12-18 13:18:13 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-12-18 13:18:13 +0000
commit391fed9838357f5b581e04837ec085a51bc3ac91 (patch)
tree0cb7cf3e97f1520e8bc0ee9f883f12941cfa021f /sysutils/atitvout/patches
parentcd81d3d3d55265336898dc591d5e0527f2991a35 (diff)
downloadpkgsrc-391fed9838357f5b581e04837ec085a51bc3ac91.tar.gz
* Fix PATH for test.sh script
* Use /bin/sh in test.sh instead of /bin/bash * Use ${PREFIX}/sbin/atitvout not ./atitvout Bump PKGREVISION.
Diffstat (limited to 'sysutils/atitvout/patches')
-rw-r--r--sysutils/atitvout/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/atitvout/patches/patch-ab b/sysutils/atitvout/patches/patch-ab
new file mode 100644
index 00000000000..8a56b4eab25
--- /dev/null
+++ b/sysutils/atitvout/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2004/12/18 13:18:13 xtraeme Exp $
+
+--- test.sh.orig 2004-12-18 14:12:20.000000000 +0100
++++ test.sh 2004-12-18 14:12:44.000000000 +0100
+@@ -1,8 +1,8 @@
+-#!/bin/bash
++#!/bin/sh
+
+ testit () {
+ echo "TEST: Running 'atitvout $FLAG $1' ..."
+- ./atitvout $FLAG $1
++ @PREFIX@/sbin/atitvout $FLAG $1
+ echo "TEST: ... finished. Return value is $?. Please wait 3 seconds."
+ echo
+ sleep 3