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}"
|
||||
wi_EXTRA_LDIR($mylibdir)
|
||||
|
||||
progdir="${exdir}/bin${subexdirr}"
|
||||
progdir="${exdir}/bin${subexdir}"
|
||||
wi_EXTRA_PDIR($progdir)
|
||||
fi
|
||||
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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue