diff options
Diffstat (limited to 'timezone/Makefile')
-rw-r--r-- | timezone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/Makefile b/timezone/Makefile index 1c28d86d2b..9b436e17ff 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -143,7 +143,7 @@ $(installed-localtime-file): $(inst_zonedir)/$(localtime) $(objpfx)zic \ echo Site timezone NOT reset to Factory.; \ else \ rm -f $@T; \ - $(SHELL) $(..)/rellns-sh $< $@T; \ + $(SHELL) $(..)scripts/rellns-sh $< $@T; \ mv -f $@T $@; \ fi endif |