mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
init.ee was being copied to wrong place.
Submitted by: Eric P. Scott <eps@sirius.com>
This commit is contained in:
parent
c6e41959d6
commit
d238f54044
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.3 1998/08/10 19:08:02 abial Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
|
||||
#
|
||||
|
||||
DESTDIR?=/mnt
|
||||
|
|
@ -39,7 +39,7 @@ links: tree
|
|||
done; \
|
||||
cd share/misc;\
|
||||
ln -s /etc/termcap termcap; \
|
||||
echo emacs >/usr/share/misc/init.ee; \
|
||||
echo emacs >/mnt/usr/share/misc/init.ee; \
|
||||
cd ../; \
|
||||
cd locale; \
|
||||
for i in ${LOCALE_LINKS}; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue