mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:42:04 -04:00
fix typo
This commit is contained in:
parent
0982a13bcf
commit
c653686224
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ installdirs:
|
|||
if [ ! -d ${DESTDIR}${includedir} ]; then \
|
||||
mkdir ${DESTDIR}${includedir} ; \
|
||||
fi
|
||||
if [ ! -d ${DESTDIR)${includedir}/isc ]; then \
|
||||
if [ ! -d ${DESTDIR}${includedir}/isc ]; then \
|
||||
mkdir ${DESTDIR}${includedir}/isc ; \
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue