New issue by ayoubelmhamdi on void-packages repository https://github.com/void-linux/void-packages/issues/36860 Description: I can't install `pkg` that create with `symlink` to another location: ```bash $ cat github-templates/srcpkgs ├── pkg1 │   └── template ├── pkg2 │   └── template └── pkg3 └── template ``` ```bash $ ln -s /path/to/github-templates/srcpkgs/* /path/to/void-packages/srcpkgs ``` ```bash $ ./xbps-src pkg pkg1 => ERROR: pkg1: missing pkg1_package() function! ``` but it's build if I'm copying to `srcpkgs`