Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/deskutils/conkyforecast/files/patch-setup.py
16125 views
1
--- setup.py.orig 2010-01-07 05:02:45.000000000 +0700
2
+++ setup.py 2010-05-07 23:16:08.000000000 +0800
3
@@ -46,7 +46,6 @@
4
('/usr/share/conkyforecast/', [ 'conkyForecast.pot' ] ),
5
('/usr/share/conkyforecast/', [ 'conkyForecast.config' ] ),
6
('/usr/share/conkyforecast/example', listfiles( 'example', '*' ) ),
7
- ('/usr/share/fonts/truetype/conkyforecast', listfiles( 'fonts', '*' ) ),
8
('/usr/share/conkyforecast/images/bearingicons', listfiles( 'images/bearingicons', '*' ) ),
9
('/usr/share/conkyforecast/images/moonicons', listfiles( 'images/moonicons', '*' ) ),
10
('/usr/share/conkyforecast/images/weathericons', listfiles( 'images/weathericons', '*' ) ),
11
12