Skip to content

Instantly share code, notes, and snippets.

@lamby
Created July 17, 2016 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lamby/66f024436511e57052bfb8732d0d5d46 to your computer and use it in GitHub Desktop.
Save lamby/66f024436511e57052bfb8732d0d5d46 to your computer and use it in GitHub Desktop.
Author: Chris Lamb <lamby@debian.org>
Last-Update: 2016-07-17
--- lilyterm-0.9.9.4+git20150208.f600c0.orig/.default
+++ lilyterm-0.9.9.4+git20150208.f600c0/.default
@@ -13,7 +13,11 @@ IRC = \#hime@freenode.net
LANG_LIST = de fr es it nl pl pt_BR ru sk tr uk zh_CN zh_TW
+ifdef SOURCE_DATE_EPOCH
+YEAR = $(shell date --utc --date=@$(SOURCE_DATE_EPOCH) +%Y)
+else
YEAR = $(shell date +%Y)
+endif
ECHO = $(shell whereis "echo" | tr -s ' ' '\n' | grep "bin/""echo""$$" | head -n 1)
PRINTF = $(shell whereis "printf" | tr -s ' ' '\n' | grep "bin/""printf""$$" | head -n 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment