Fix merge error.
This commit is contained in:
parent
b7c76a30f9
commit
0713128329
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ install: all
|
|||
`id -un 2> /dev/null`; do \
|
||||
[ -n "$${installuser}" ] && break ; \
|
||||
done ; \
|
||||
-find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
|
||||
find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
|
||||
|
||||
clean mostlyclean:
|
||||
rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \
|
||||
|
|
Loading…
Add table
Reference in a new issue