wok-stable diff dropbear/receipt @ rev 9467
Fix receipts that remove lines that removed .pyc and .pyo files. Tazwok does that now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Apr 03 14:11:25 2011 +0000 (2011-04-03) |
parents | d31445e99c75 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/dropbear/receipt Thu Mar 31 12:57:23 2011 +0200 1.2 +++ b/dropbear/receipt Sun Apr 03 14:11:25 2011 +0000 1.3 @@ -22,8 +22,8 @@ 1.4 local DROPBEARS 1.5 DROPBEARS="dropbearkey dropbearconvert dbclient scp" 1.6 cd $src 1.7 - sed -i -e 's|/usr/bin/X11/xauth|/usr/bin/xauth|' \ 1.8 - -e 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \ 1.9 + sed -i -e 's|/usr/.*/xauth|/usr/bin/xauth|' \ 1.10 + -e 's|/usr/.*/sftp-server|/usr/sbin/sftp-server|' \ 1.11 options.h 1.12 ./configure --prefix=/usr --without-pam $CONFIGURE_ARGS && 1.13 make PROGRAMS="dropbear $DROPBEARS" MULTI=1 &&