]> git.pld-linux.org Git - packages/clive.git/commitdiff
- install man to proper dir
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Nov 2007 17:42:36 +0000 (17:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clive-setup.patch -> 1.1

clive-setup.patch [new file with mode: 0644]

diff --git a/clive-setup.patch b/clive-setup.patch
new file mode 100644 (file)
index 0000000..3d6107a
--- /dev/null
@@ -0,0 +1,11 @@
+--- clive-0.3.1/setup.py~      2007-11-01 19:41:13.000000000 +0200
++++ clive-0.3.1/setup.py       2007-11-01 19:41:15.103122197 +0200
+@@ -50,7 +50,7 @@
+   'Topic :: Utilities'
+ ]
+-data_files = [ ('man/man1', ['man/clive.1.gz']) ]
++data_files = [ ('share/man/man1', ['man/clive.1']) ]
+ setup_args = dict(
+       name = 'clive',
This page took 0.055388 seconds and 4 git commands to generate.