diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c0b7428..9cfdfa8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,3 +68,5 @@ install-exec-hook: cd templates; $(cpiop) $(DESTDIR)$(opdir) mkdir -p $(DESTDIR)$(etc_shell_leveldir) cd etc/shell/level; $(cpiop) $(DESTDIR)$(etc_shell_leveldir) + mkdir -p $(DESTDIR)/etc/ + cp etc/bash.bash_logout $(DESTDIR)/etc/ |