dropbear: adjusted path to xauth
This commit is contained in:
parent
31f8ab4295
commit
08f63425ca
@ -11,7 +11,7 @@ source=(http://matt.ucc.asn.au/$name/releases/$name-$version.tar.gz \
|
|||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
sed -i 's|libexec|lib/ssh|' options.h
|
sed -i 's|libexec|lib/ssh|; s|X11R6/bin|bin|' options.h
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user