summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -