diff options
Diffstat (limited to 'base/Makefile')
-rw-r--r-- | base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/Makefile b/base/Makefile index d94dd0c..91e64ba 100644 --- a/base/Makefile +++ b/base/Makefile @@ -1,6 +1,6 @@ .POSIX: -FACE = penguin.png +FACE != (cat ../.private/base/face-"$$(hostname)" || cat ../.work/base/face || echo penguin.png) 2>/dev/null XINITRC_ORDER = 90 |