wok diff purple-facebook/receipt @ rev 23808
linld: add isoboot (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 24 16:31:14 2020 +0000 (2020-05-24) |
parents | bf3651514a39 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/purple-facebook/receipt Tue Feb 19 13:08:30 2019 -0500 1.2 +++ b/purple-facebook/receipt Sun May 24 16:31:14 2020 +0000 1.3 @@ -16,8 +16,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - ./configure --prefix=/usr 1.8 - make && 1.9 + ./configure --prefix=/usr 1.10 + make && 1.11 make DESTDIR=$DESTDIR install 1.12 } 1.13