summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chazarain <guichaz@gmail.com>2013-05-26 18:35:33 +0200
committerGuillaume Chazarain <guichaz@gmail.com>2013-05-26 18:35:33 +0200
commite2a04c1a033bdfec96aaad2eb71637bb5570a9b5 (patch)
tree7347ce3fa9854b151b2c92891326263385a7f5d2
parent98c3e4dee8a30c247d7967def84adea5aeb8640b (diff)
downloadiotop-e2a04c1a033bdfec96aaad2eb71637bb5570a9b5.tar.gz
No need to make the RPM install script move bin/ to sbin/ now that setup.py
installs to sbin/.
-rwxr-xr-x.install-rpm.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.install-rpm.sh b/.install-rpm.sh
index 9b6fc3e..406c650 100755
--- a/.install-rpm.sh
+++ b/.install-rpm.sh
@@ -8,9 +8,3 @@ sed -i -e 's@man/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@man/man\1/\2.gz@g' INS
# actually, it doesn't on all distributions so just compress unconditionally
# before brp-compress is run
find "$RPM_BUILD_ROOT" -type f -name iotop.8 -exec gzip '{}' \;
-
-# move from bin/ to sbin/
-sed -i -e 's@/bin/iotop@/sbin/iotop@g' INSTALLED_FILES
-cd "$(find "$RPM_BUILD_ROOT" -type d -name bin)/.."
-mv bin sbin
-cd -