summaryrefslogtreecommitdiff
path: root/urlwatch-useless_files.patch
diff options
context:
space:
mode:
Diffstat (limited to 'urlwatch-useless_files.patch')
-rw-r--r--urlwatch-useless_files.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/urlwatch-useless_files.patch b/urlwatch-useless_files.patch
new file mode 100644
index 0000000..1092640
--- /dev/null
+++ b/urlwatch-useless_files.patch
@@ -0,0 +1,12 @@
+--- urlwatch-1.6/setup.py~ 2008-11-18 23:31:22.000000000 +0100
++++ urlwatch-1.6/setup.py 2008-12-23 16:25:31.000000000 +0100
+@@ -60,9 +60,6 @@
+ package_dir = {'': 'lib'},
+ packages = [s.pkgname],
+ data_files = [
+- # Example files
+- (os.path.join('share', package, 'examples'),
+- glob.glob(os.path.join('examples', '*'))),
+ # Manual page
+ (os.path.join('share', 'man', 'man1'),
+ ['urlwatch.1']),