wok diff remmina/receipt @ rev 18815

lxpanel: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 16:27:43 2016 +0100 (2016-01-15)
parents 17e313b5b9c1
children 15b2a2fdf54f
line diff
     1.1 --- a/remmina/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/remmina/receipt	Fri Jan 15 16:27:43 2016 +0100
     1.3 @@ -21,13 +21,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
     1.9  	mkdir build
    1.10  	cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_TELEPATHY=OFF \
    1.11  		-DWITH_AVAHI=OFF &&
    1.12  	make &&
    1.13 -	make DESTDIR=$DESTDIR install &&
    1.14 +	make DESTDIR=$DESTDIR install
    1.15  	cp -a remmina/include $DESTDIR/usr
    1.16  }
    1.17