From 3f1f3e2a7b728b09c8f5e277f61937a83663f0b7 Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sun, 3 Feb 2013 18:26:45 +0100 Subject: [PATCH] Finish man page renaming --- .install-rpm.sh | 2 +- MANIFEST.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.install-rpm.sh b/.install-rpm.sh index ede1986..406c650 100755 --- a/.install-rpm.sh +++ b/.install-rpm.sh @@ -7,4 +7,4 @@ python setup.py install -O1 --root="$RPM_BUILD_ROOT" --record=INSTALLED_FILES sed -i -e 's@man/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@man/man\1/\2.gz@g' INSTALLED_FILES # actually, it doesn't on all distributions so just compress unconditionally # before brp-compress is run -find "$RPM_BUILD_ROOT" -type f -name iotop.1 -exec gzip '{}' \; +find "$RPM_BUILD_ROOT" -type f -name iotop.8 -exec gzip '{}' \; diff --git a/MANIFEST.in b/MANIFEST.in index 1a83105..2bb7fe1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,5 +4,5 @@ include ChangeLog include NEWS include README include THANKS -include iotop.1 +include iotop.8 include iotop.py -- 2.11.4.GIT