wok diff nvclock/receipt @ rev 22050
updated trash-cli (0.12.9.14 -> 0.17.1.14)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 16:19:59 2019 +0100 (2019-10-22) |
parents | 8a74e7b0ff7f |
children | ad8b9ff412d2 |
line diff
1.1 --- a/nvclock/receipt Wed Jul 06 13:17:14 2016 +0200 1.2 +++ b/nvclock/receipt Tue Oct 22 16:19:59 2019 +0100 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.