forked from Lainports/freebsd-ports
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>
17 lines
328 B
Bash
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
|