wok-current diff which/receipt @ rev 19104
firefox-official-*: provides browser-html5 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 04 15:39:12 2016 +0200 (2016-05-04) |
parents | 9e01bc6321ea |
children | 6135577f4d08 |
line diff
1.1 --- a/which/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/which/receipt Wed May 04 15:39:12 2016 +0200 1.3 @@ -15,7 +15,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --infodir=/usr/share/info \ 1.11 @@ -31,18 +30,7 @@ 1.12 cp -a $install/usr/bin $fs/usr 1.13 } 1.14 1.15 -# Pre and post install commands for Tazpkg. 1.16 -# We must remove all Busybox symlink before installing. 1.17 -# 1.18 -pre_install() 1.19 -{ 1.20 - echo "Processing pre-install commands..." 1.21 - echo -n "Removing all Busybox replaced utils... " 1.22 - rm -f "$1/usr/bin/which" 1.23 - status 1.24 -} 1.25 - 1.26 post_remove() 1.27 { 1.28 ln -s /bin/busybox /usr/bin/which 1.29 -} 1.30 \ No newline at end of file 1.31 +}