wok-6.x diff mc/receipt @ rev 17302
fish: add deps, bdeps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 31 09:13:15 2014 +0100 (2014-10-31) |
parents | 3ba86ab5ebce |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/mc/receipt Mon Oct 20 19:58:54 2014 +0200 1.2 +++ b/mc/receipt Fri Oct 31 09:13:15 2014 +0100 1.3 @@ -19,8 +19,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - sed 's#|profile|#&receipt|#' -i $src/misc/syntax/Syntax 1.8 - 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --with-gpm-mouse \ 1.12 @@ -40,6 +38,7 @@ 1.13 cp -a $install/usr/lib $fs/usr 1.14 cp -a $install/usr/share/mc $fs/usr/share 1.15 1.16 + sed 's#|profile|#&receipt|#' -i $fs/usr/share/mc/syntax/Syntax 1.17 cp -a $stuff/*.desktop $fs/usr/share/applications 1.18 chown -R root:root $fs 1.19 }