wok diff libmms/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 8f447cf2eee5
children a78610b2eb47
line diff
     1.1 --- a/libmms/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libmms/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -16,11 +16,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	patch -p1 -i $stuff/libmms.patch
     1.9 +
    1.10  	./configure \
    1.11  		--prefix=/usr \
    1.12 -		--infodir=/usr/share/info \
    1.13 -		--mandir=/usr/share/man \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make && make DESTDIR=$DESTDIR install
    1.16  }
    1.17 @@ -31,4 +30,3 @@
    1.18  	mkdir -p $fs/usr/lib
    1.19  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20  }
    1.21 -