freebsd-ports/multimedia/castpodder/files/patch-CastPodder.sh
Pav Lucistnik c8dba36f51 CastPodder is a podcast receiver. Its goal is to simplify tracking
and handling of podcast's to your mp3 player.

Author:	Scott Grayban <sgrayban@castpodder.net>, et alii
WWW:	http://dev-1.borgforge.net/castpodder

PR:		ports/96632
Submitted by:	Nicola Vitale <nivit@email.it>
2006-06-07 21:36:40 +00:00

17 lines
328 B
Bash

$FreeBSD$
--- CastPodder.sh Sat Apr 29 16:39:22 2006
+++ CastPodder.sh.port Mon May 1 18:33:50 2006
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Copyright 2005-2006 CastPodder Team
#
@@ -18,5 +18,5 @@
#
# $Id: CastPodder.sh 68 2006-04-26 20:14:35Z sgrayban $
-cd /opt/CastPodder
+cd %%DATADIR%%
python CastPodderGui.py