wok-current diff recordmydesktop/receipt @ rev 5823
tazbb: add stable support for log.php
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 15 17:53:08 2010 +0200 (2010-07-15) |
parents | 8be66f03fbd2 |
children | 4d9227d0f560 |
line diff
1.1 --- a/recordmydesktop/receipt Wed Feb 24 11:44:49 2010 +0000 1.2 +++ b/recordmydesktop/receipt Thu Jul 15 17:53:08 2010 +0200 1.3 @@ -17,6 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/shmstr.h/shmproto.h/' include/*.h 1.8 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.9 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.10 make &&