diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-06 09:08:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-06 09:08:55 +0000 |
commit | 08c4a006592b0fb70ae8da983ec31fcac7cedbac (patch) | |
tree | 618df3c7634e941a385d95f0f46daa6e5a8ac436 /devel | |
parent | 06bc4e4d4b95fe5bf74ac4c7926876e5a61d53d0 (diff) | |
download | pkgsrc-08c4a006592b0fb70ae8da983ec31fcac7cedbac.tar.gz |
Fixed the PLIST. subprocess.py does not get installed. Noticed by wiz,
verified by me.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/scmgit/PLIST b/devel/scmgit/PLIST index abf70c8f235..ea743b7515a 100644 --- a/devel/scmgit/PLIST +++ b/devel/scmgit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/02 17:11:07 rillig Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/09/06 09:08:55 rillig Exp $ bin/git bin/git-add bin/git-am @@ -240,7 +240,6 @@ man/man1/git-write-tree.1 man/man1/gitk.1 man/man7/git.7 share/git-core/python/gitMergeCommon.py -share/git-core/python/subprocess.py share/git-core/templates/description share/git-core/templates/hooks/applypatch-msg share/git-core/templates/hooks/commit-msg |