Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2020-12-09 00:20:14 +0300
committerCasey Deccio <casey@deccio.net>2020-12-09 00:20:14 +0300
commit90fd179433566c536781b708fe655647fe27836c (patch)
treef7b4a49c829af461ee38b9f4e3bda28a87410f02 /contrib
parentdecefd903de682801ef2d56f0b18edd8c1cc92c1 (diff)
Update RHEL7 install instructions
Diffstat (limited to 'contrib')
-rw-r--r--contrib/rpm-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rpm-install.sh b/contrib/rpm-install.sh
index 3991e53..fe531e7 100644
--- a/contrib/rpm-install.sh
+++ b/contrib/rpm-install.sh
@@ -1 +1 @@
-python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES ; sed -i -e 's,man/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$,man/man\1/\2.gz,' INSTALLED_FILES
+python3 setup.py install --optimize=1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES ; sed -i -e 's,man/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$,man/man\1/\2.gz,' INSTALLED_FILES