summaryrefslogtreecommitdiff
path: root/urlwatch-useless_files.patch
diff options
context:
space:
mode:
authorlisu2008-12-23 15:40:20 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit09f2dbeaea513c6dc9ffc000bbc12a296260d94c (patch)
treed2ae0e2919dd884e28c8dba877eb9a25d762b931 /urlwatch-useless_files.patch
parentfccd90699ba6812d3e88d1b0cb8e262e7608dd4c (diff)
downloadurlwatch-09f2dbeaea513c6dc9ffc000bbc12a296260d94c.zip
urlwatch-09f2dbeaea513c6dc9ffc000bbc12a296260d94c.tar.gz
- don't install example files into data directory
Changed files: urlwatch-useless_files.patch -> 1.1
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']),