File: setup_debian.diff

package info (click to toggle)
hijra 1.0-5
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 734; sh: 438; javascript: 9; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Install HijriApplet as a script, install documentation in
 /usr/share/doc/python-hijra
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
       license='Waqf',
       py_modules=['hijra','HijriCal'],
       scripts=['HijriApplet'],
-      data_files=[('/usr/share/doc/hijra-python', glob('*.html') ),
+      data_files=[('/usr/share/doc/python-hijra', glob('*.html') ),
                   ('/usr/share/gnome-shell/extensions/HijriApplet@ojuba.org', glob('gnome-shell-extension/*') ),
                   ('/usr/share/hijra/hijra-data',['hijra-data/cal-template.svg']),
                   ('/etc/xdg/autostart',['hijra-autostart.desktop']),