Skip to content

Fix Makefile.in - #424

Open
puck wants to merge 2 commits into
bestpractical:6.0-trunkfrom
puck:fix-Makefile.in
Open

Fix Makefile.in#424
puck wants to merge 2 commits into
bestpractical:6.0-trunkfrom
puck:fix-Makefile.in

Conversation

@puck

@puck puck commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Fix two errors in Makefile.in.

  1. README was renamed to README.md
  2. share/fonts no longer exists

puck added 2 commits August 29, 2026 18:08
README is now README.md

Currently this causes an error:

/usr/bin/install -c -m 0644 ./README /build/reproducible-path/request-tracker6-6.0.3/debian/request-tracker6/usr/share/doc/request-tracker6/
install: cannot stat './README': No such file or directory
make[1]: [Makefile:456: doc-install] Error 1 (ignored)
share/fonts no longer exists, so we get this:

[ -d /build/reproducible-path/request-tracker6-6.0.3/debian/request-tracker6/usr/share/request-tracker6/fonts ] || /usr/bin/instal
l -c -m 0755 -d /build/reproducible-path/request-tracker6-6.0.3/debian/request-tracker6/usr/share/request-tracker6/fonts
( cd share/fonts && find . -type f -print ) | while read file ; do \
    /usr/bin/install -c -m 0644 "share/fonts/$file" "/build/reproducible-path/request-tracker6-6.0.3/debian/request-tracker6/usr/share/request-tracker6/fonts/$file" ; \
done
/bin/sh: 1: cd: can't cd to share/fonts

Stop trying to install the fonts that don't exist.
@puck
puck changed the base branch from stable to 6.0-trunk August 29, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant