wok-current diff pixiewps/receipt @ rev 22446
vlc: remove notify deps -> did not help
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 15:52:17 2019 +0000 (2019-12-23) |
parents | a39023f7132f |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/pixiewps/receipt Sun Jun 02 15:48:03 2019 +0100 1.2 +++ b/pixiewps/receipt Mon Dec 23 15:52:17 2019 +0000 1.3 @@ -14,7 +14,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src/src && make 1.8 + make 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 @@ -23,6 +23,6 @@ 1.13 mkdir -p $fs/usr/bin 1.14 mkdir -p $install/usr/share/doc 1.15 1.16 - cp -a $src/src/pixiewps $fs/usr/bin 1.17 + cp -a $src/pixiewps $fs/usr/bin 1.18 cp -a $src/README.md $install/usr/share/doc 1.19 }