Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aa5cc10d
Commit
aa5cc10d
authored
Sep 04, 1997
by
Kenichi Handa
Browse files
(install): Fix previous change.
parent
dc08b15f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
leim/Makefile.in
leim/Makefile.in
+1
-1
No files found.
leim/Makefile.in
View file @
aa5cc10d
...
...
@@ -154,7 +154,7 @@ install: all
rm
-rf
${INSTALLDIR}
/leim-list.el
;
\
rm
-rf
${INSTALLDIR}
/quail
${INSTALLDIR}
/skk
;
\
echo
"Copying leim files to
${INSTALLDIR}
..."
;
\
if
[
x
`
(
cd
${srcdir}
;
/bin/pwd
)
`
=
=
x
`
(
/bin/pwd
)
`
]
;
then
\
if
[
x
`
(
cd
${srcdir}
;
/bin/pwd
)
`
=
x
`
(
/bin/pwd
)
`
]
;
then
\
tar
-cf
- leim-list.el quail skk
\
|
(
cd
${INSTALLDIR}
;
umask
0
;
tar
-xvf
-
&&
cat
>
/dev/null
)
;
\
else
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment