wok diff nvclock/receipt @ rev 23991

syslinux: iso2exe/init loram case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 06 10:04:52 2020 +0000 (2020-12-06)
parents 8a74e7b0ff7f
children ad8b9ff412d2
line diff
     1.1 --- a/nvclock/receipt	Wed Jul 06 13:17:14 2016 +0200
     1.2 +++ b/nvclock/receipt	Sun Dec 06 10:04:52 2020 +0000
     1.3 @@ -14,17 +14,16 @@
     1.4  BUILD_DEPENDS="autoconf automake"
     1.5  
     1.6  # Rules to configure and make the package.
     1.7 -compile_rules(){
     1.8 -  [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION
     1.9 -  cd $src
    1.10 -  sed -i 's|prefix}/man|prefix}/share/man|' Makefile*
    1.11 +compile_rules()
    1.12 +{
    1.13 +	sed -i 's|prefix}/man|prefix}/share/man|' Makefile*
    1.14  
    1.15  	autoreconf
    1.16  
    1.17 -   patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 
    1.18 -  ./configure --prefix=/usr --bindir=/usr/bin &&
    1.19 -  make -j 1 &&
    1.20 -  make DESTDIR=$DESTDIR install 
    1.21 +	patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 
    1.22 +	./configure --prefix=/usr --bindir=/usr/bin &&
    1.23 +	make -j 1 &&
    1.24 +	make DESTDIR=$DESTDIR install 
    1.25  }
    1.26  	
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.