wok diff hd2u/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 9e01bc6321ea
children a78610b2eb47
line diff
     1.1 --- a/hd2u/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/hd2u/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -16,7 +16,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 @@ -32,18 +31,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/dos2unix"
    1.23 -	status
    1.24 -}
    1.25 -
    1.26  post_remove()
    1.27  {
    1.28  	ln -s /bin/busybox "$1/usr/bin/dos2unix"
    1.29 -}
    1.30 \ No newline at end of file
    1.31 +}