summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Stukalov2019-04-28 18:56:34 +0200
committerAlexey Stukalov2019-07-14 12:27:40 +0200
commite0f0a4fed2f81e93975575d5b2f6436c0f725bd6 (patch)
treec9d3551a36e2c34890e4d66eb8cfec2c90955e92
parent6ec496ff8e78a91d8359b116bf32d40ab3b03d79 (diff)
downloadaur-e0f0a4fed2f81e93975575d5b2f6436c0f725bd6.tar.gz
don't gzip manpages, done by makepkg automatically
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c4508412cec..3a6aef364993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -413,7 +413,6 @@ package_intel-compiler-base() {
msg2 "Copying man pages"
mv ${xe_build_dir}/opt/intel/documentation_${_year}/en/man/common/man1/*.1 ${_man_dir}
- gzip ${_man_dir}/*.1
cd ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux
if $_remove_docs ; then
@@ -467,7 +466,6 @@ package_intel-fortran-compiler() {
msg2 "Copying man pages"
mv ${xe_build_dir}/opt/intel/documentation_${_year}/en/man/common/man1/*.1 ${_man_dir}
- gzip ${_man_dir}/*.1
cd ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux
if $_remove_docs ; then
@@ -695,7 +693,6 @@ package_intel-vtune-amplifier() {
msg2 "Copying man pages"
if [[ -d ./man/man1 ]]; then
mv ./man/man1/*.1 ${_man_dir}/
- gzip ${_man_dir}/*.1
fi
@@ -739,7 +736,6 @@ package_intel-advisor() {
msg2 "Copying man pages"
if [[ -d ./man/man1 ]]; then
mv ./man/man1/*.1 ${_man_dir}/
- gzip ${_man_dir}/*.1
fi
@@ -781,7 +777,6 @@ package_intel-inspector() {
msg2 "Copying man pages"
if [[ -d ./man/man1 ]]; then
mv ./man/man1/*.1 ${_man_dir}/
- gzip ${_man_dir}/*.1
fi