mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
$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 $*
|