wok diff eduke32/receipt @ rev 23757
fusecloop/extract_compressed_fs: fix v2 convertion
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 02 17:31:45 2020 +0000 (2020-05-02) |
parents | 223b265f40fd |
children | 89c8d8b6cf48 |
line diff
1.1 --- a/eduke32/receipt Sat Sep 07 22:59:13 2013 +0000 1.2 +++ b/eduke32/receipt Sat May 02 17:31:45 2020 +0000 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|uname -m|echo i486|' build/Makefile.shared 1.9 make $MAKEFLAGS || return 1 1.10 mkdir $DESTDIR 1.11 cp eduke32 mapster32 $DESTDIR