mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
18 lines
906 B
Plaintext
18 lines
906 B
Plaintext
$NetBSD: patch-ab,v 1.2 2008/04/10 12:11:34 bjs Exp $
|
|
|
|
--- setup.py.orig 2008-03-24 15:21:30.000000000 -0400
|
|
+++ setup.py
|
|
@@ -62,10 +62,8 @@ setup(name = 'stgit',
|
|
scripts = ['stg'],
|
|
packages = ['stgit', 'stgit.commands'],
|
|
data_files = [('share/stgit/templates', glob.glob('templates/*.tmpl')),
|
|
- ('share/stgit/examples', glob.glob('examples/*.tmpl')),
|
|
- ('share/stgit/examples', ['examples/gitconfig']),
|
|
- ('share/stgit/contrib', ['contrib/diffcol.sh',
|
|
- 'contrib/stgbashprompt.sh',
|
|
+ ('share/examples/stgit', ['examples/gitconfig']),
|
|
+ ('share/stgit/contrib', ['contrib/stgbashprompt.sh',
|
|
'contrib/stgit-completion.bash']),
|
|
('share/doc/stgit', glob.glob('doc/*.txt'))]
|
|
)
|