Fix a typo.
This commit is contained in:
parent
1dfb58783c
commit
7cdcfcafb8
2 changed files with 1 additions and 2 deletions
|
@ -102,7 +102,7 @@ for exdir in $exdirs ; do
|
||||||
mylibdir="${exdir}/lib${subexdir}"
|
mylibdir="${exdir}/lib${subexdir}"
|
||||||
wi_EXTRA_LDIR($mylibdir)
|
wi_EXTRA_LDIR($mylibdir)
|
||||||
|
|
||||||
progdir="${exdir}/bin${subexdirr}"
|
progdir="${exdir}/bin${subexdir}"
|
||||||
wi_EXTRA_PDIR($progdir)
|
wi_EXTRA_PDIR($progdir)
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
@ -14,4 +14,3 @@ You should be able to just run "./configure" to configure the package
|
||||||
and use all of plib's defaults. Then run "make" followed by "make
|
and use all of plib's defaults. Then run "make" followed by "make
|
||||||
install". By default, plib installs itself into /usr so if you don't
|
install". By default, plib installs itself into /usr so if you don't
|
||||||
like this, be sure to specify an alternate prefix such as --prefix=/usr/local
|
like this, be sure to specify an alternate prefix such as --prefix=/usr/local
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue