Skip to content

Commit

Permalink
build: PACKAGE_TARNAME makefile variable should not be overridable
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Nov 27, 2024
1 parent 1e6b033 commit 7aea0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ export SOURCE_DATE_EPOCH

override SOURCE_DATE_EPOCH_TOUCH := @SOURCE_DATE_EPOCH_TOUCH@

override PACKAGE_TARNAME := @PACKAGE_TARNAME@

prefix := @prefix@
exec_prefix := @exec_prefix@
PACKAGE_TARNAME := @PACKAGE_TARNAME@

bindir := @bindir@
datarootdir := @datarootdir@
Expand Down

0 comments on commit 7aea0ee

Please sign in to comment.