Scripts/check_leftovers.sh: Remove exceptions for GHC

These exceptions come from the era when we were packaging Haskell libraries.
Registering a Haskell library in the global store results in changes in
package.conf.d and doc directories.

We don't install Haskell libs anymore, so there is no need in these exceptions.
Moreover, both paths are now wrong, because:

- share/doc/ghc-%%GHC_VERSION%% was changed to share/doc/ghc
- lib/ghc-%%GHC_VERSION%%/package.conf.d was changed to lib/ghc-%%GHC_VERSION%%/lib/package.conf.d
This commit is contained in:
Gleb Popov 2024-11-08 18:01:47 +03:00
parent e023c9e3b9
commit c9c6f17d34

View file

@ -154,10 +154,6 @@ while read -r modtype path extra; do
# xmlcatmgr is constantly updating catalog.ports ignore
# modification to that file
share/xml/catalog.ports) ;;
# Ignore ghc's doc index
share/doc/ghc-%%GHC_VERSION%%/*) ;;
# Ignore ghc's package conf
lib/ghc-%%GHC_VERSION%%/package.conf.d/*) ;;
# Ignore common system config files
/etc/group|\
/etc/make.conf|\