[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.6-5-ge516e82

Ritesh Raj Sarraf rrs at researchut.com
Thu Dec 31 07:17:15 UTC 2009


The following commit has been merged in the master branch:
commit 8ad3b623a3a7cc3d6600fffbe6499bc356eed0de
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Thu Dec 31 11:28:47 2009 +0530

    path fix for the manpage

diff --git a/setup.py b/setup.py
index e5450c7..8e451d2 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ distutils.core.setup(
             'AptOffline_argparse',
             'AptOffline_urlutils',],
     scripts=['apt-offline'],
-    data_files = [('share/man',['man8/apt-offline.8']),
+    data_files = [('share/man/man8',['apt-offline.8']),
             ('share/doc/apt-offline',['apt-offline.html',
                     'README', 'THANKS', 'INSTALL', 'LICENSE'])],
 )

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list