diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-27 08:05:13 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-27 08:05:13 +0400 |
commit | c455e9378453cf67574caf9c622206a5dd1df88e (patch) | |
tree | 5652ebcb797140bb10a105d7b777bb9adbdb2016 | |
parent | b13503763724be8bdbf70e1d0bca8fb8a86625c5 (diff) | |
download | cibs-pkgs-c455e9378453cf67574caf9c622206a5dd1df88e.tar.gz |
Typo
-rw-r--r-- | python2.7/python.p5m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2.7/python.p5m b/python2.7/python.p5m index d7addf6..f767c07 100644 --- a/python2.7/python.p5m +++ b/python2.7/python.p5m @@ -16,6 +16,7 @@ dir path=usr/lib/python$(pyver)/encodings dir path=usr/lib/python$(pyver)/logging file path=usr/bin/python2.7 +file path=usr/share/man/man1/python$(pyver).1 file path=usr/include/python$(pyver)/pyconfig.h file path=usr/lib/python$(pyver)/config/Makefile @@ -181,7 +182,6 @@ file path=usr/lib/python$(pyver)/traceback.py file path=usr/lib/python$(pyver)/types.py file path=usr/lib/python$(pyver)/warnings.py file path=usr/lib/python$(pyver)/weakref.py -file path=usr/share/man/man1/python$(pyver).1 file sitecustomize.py path=etc/python$(pyver)/sitecustomize.py link target=etc/python$(pyver)/sitecustomize.py path=usr/lib/python$(pyver)/sitecustomize.py |