summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2017-09-17 12:52:07 +0200
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2017-09-17 12:52:07 +0200
commitcc28cff526026b052990a01c6b79d49974750a1f (patch)
tree51ec391167ed55e1cf3cc86d50427b3d7db833e6
parenta27a6f1d006746fb6e6d6cfe2a9c0ba9879c0cf1 (diff)
downloadDHG_packages-cc28cff526026b052990a01c6b79d49974750a1f.tar.gz
ghc: cosmetic changes (plus arm64 revert)
-rwxr-xr-xp/ghc/debian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index d5a9222b9..6a2e354f4 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -64,7 +64,7 @@ else
echo "BUILD_SPHINX_HTML := NO" >> mk/build.mk
echo "BUILD_SPHINX_PDF := NO" >> mk/build.mk
endif
-ifneq (,$(filter armel armhf, $(DEB_HOST_ARCH)))
+ifneq (,$(filter arm64 armel armhf, $(DEB_HOST_ARCH)))
echo "SRC_HC_OPTS += -optl-B/usr/bin/ld.gold" >> mk/build.mk
endif
ifeq (armhf,$(DEB_HOST_ARCH))
@@ -193,8 +193,8 @@ ifeq (NO,$(BUILD_CROSS))
mkdir debian/tmp/usr/lib/ghc-doc/haddock/ghc/`basename $$f` ; \
mv $$f/*.haddock debian/tmp/usr/lib/ghc-doc/haddock/ghc/`basename $$f` ; done
cd debian/tmp/usr/share/doc/ghc-doc/html/libraries/; ln -s ghc-$(ProjectVersion) ghc
-
install -Dm 644 debian/index.html debian/tmp/usr/share/doc/ghc-doc/index.html
+
# manpages
rm -f debian/*.1
echo ".so man1/ghc.1" > debian/ghc-$(ProjectVersion).1