Skip to content

Commit

Permalink
Merge pull request #1344 from citrus-it/guile
Browse files Browse the repository at this point in the history
guile - fix source timestamp path
  • Loading branch information
hadfl committed Sep 27, 2023
2 parents fe443c4 + c7345b1 commit a43c9d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/guile/local.mog
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ license COPYING license=GPLv3
<transform path=.*/share/info -> drop>

# pre-compiled files must be newer than their sources
<transform file path=$(OPREFIX)/lib/.+\.scm$ -> set timestamp $(TS_SRC)>
<transform file path=$(PREFIX)/share/$(PROG)/.+\.scm$ \
-> set timestamp $(TS_SRC)>
<transform file path=$(OPREFIX)/lib/.+\.go$ -> set timestamp $(TS_OBJ)>

<include binlink.mog>
Expand Down

0 comments on commit a43c9d8

Please sign in to comment.