summaryrefslogtreecommitdiff
path: root/mail/newspipe/patches/patch-ab
blob: 81f41254e0473ad814378d8f8fc99f7c0633293f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1.1.1 2005/12/03 06:34:01 schmonz Exp $

--- newspipe.orig	2005-12-03 01:21:02.000000000 -0500
+++ newspipe
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+if [ ! -d ~/.newspipe ]; then
+	mkdir ~/.newspipe
+fi
+cd ~/.newspipe
+exec @PYTHONBIN@ @PREFIX@/share/newspipe/newspipe.py $*