|
|
|
|
@ -48,9 +48,9 @@ Index: git-1.5.4.4/perl/Makefile.PL
|
|
|
|
|
- INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3'
|
|
|
|
|
+ INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3'
|
|
|
|
|
);
|
|
|
|
|
Index: stgit-0.14.1/setup.py
|
|
|
|
|
--- stgit-0.14.1/setup.py.orig 2007-12-12 00:54:04 +0100
|
|
|
|
|
+++ stgit-0.14.1/setup.py 2008-02-02 17:12:06 +0100
|
|
|
|
|
Index: stgit-0.14.2/setup.py
|
|
|
|
|
--- stgit-0.14.2/setup.py.orig 2007-12-12 00:54:04 +0100
|
|
|
|
|
+++ stgit-0.14.2/setup.py 2008-02-02 17:12:06 +0100
|
|
|
|
|
@@ -58,10 +58,10 @@
|
|
|
|
|
long_description = 'Push/pop utility on top of GIT',
|
|
|
|
|
scripts = ['stg'],
|
|
|
|
|
@ -66,9 +66,9 @@ Index: stgit-0.14.1/setup.py
|
|
|
|
|
'contrib/stgbashprompt.sh',
|
|
|
|
|
'contrib/stgit-completion.bash']),
|
|
|
|
|
('share/doc/stgit', glob.glob('doc/*.txt'))]
|
|
|
|
|
Index: stgit-0.14.1/stg
|
|
|
|
|
--- stgit-0.14.1/stg.orig 2006-04-07 23:38:54 +0200
|
|
|
|
|
+++ stgit-0.14.1/stg 2008-02-02 17:12:06 +0100
|
|
|
|
|
Index: stgit-0.14.2/stg
|
|
|
|
|
--- stgit-0.14.2/stg.orig 2006-04-07 23:38:54 +0200
|
|
|
|
|
+++ stgit-0.14.2/stg 2008-02-02 17:12:06 +0100
|
|
|
|
|
@@ -26,12 +26,13 @@
|
|
|
|
|
# It is assumed that the user installed StGIT using the --prefix= option
|
|
|
|
|
prefix, bin = os.path.split(sys.path[0])
|
|
|
|
|
|