wok diff lbreakout2/receipt @ rev 22073
updated uget (1.10.4 -> 2.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 25 16:35:21 2019 +0100 (2019-10-25) |
parents | 2a5cc8208d36 |
children | 663233baf831 |
line diff
1.1 --- a/lbreakout2/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lbreakout2/receipt Fri Oct 25 16:35:21 2019 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's|/usr/doc|/usr/share/doc|' configure* 1.9 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.10 --disable-sdltest --mandir=/usr/share/man $CONFIGURE_ARGS && 1.11 make && 1.12 @@ -30,6 +30,7 @@ 1.13 mkdir -p $fs/usr 1.14 cp -a $install/usr/bin $fs/usr 1.15 cp -a $install/usr/share $fs/usr 1.16 + rm -rf $fs/usr/share/doc 1.17 cp -a stuff/* $fs 1.18 } 1.19