6889808ea3
gPodder downloads and manages free audio and video content ("podcasts") for you. Listen directly on your computer or on your mobile devices. * Supports RSS, Atom, YouTube, Soundcloud, Vimeo and XSPF feeds * Discover new content at our Podcast directory * Synchronize between devices with full gpodder.net integration * Easily customizable - support for user-defined hooks and plugins feedback/ok sthen@
13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
$OpenBSD: patch-setup_py,v 1.1.1.1 2012/04/20 10:51:22 jasper Exp $
|
|
--- setup.py.orig Sun Apr 8 16:23:04 2012
|
|
+++ setup.py Sun Apr 8 16:23:14 2012
|
|
@@ -83,7 +83,7 @@ def find_data_files(uis, scripts):
|
|
continue
|
|
|
|
# Skip manpages if their scripts are not going to be installed
|
|
- share_man = os.path.join('share', 'man')
|
|
+ share_man = os.path.join('man')
|
|
if dirpath.startswith(share_man):
|
|
def have_script(filename):
|
|
if not filename.endswith('.1'):
|