wok diff dev86/receipt @ rev 13944

xorg-xauth: add common path (thanks mojo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 29 09:43:35 2013 +0100 (2013-01-29)
parents 4c16797dce28
children 16c0bac038bf
line diff
     1.1 --- a/dev86/receipt	Tue Jun 12 18:52:42 2012 +0200
     1.2 +++ b/dev86/receipt	Tue Jan 29 09:43:35 2013 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  	# Be busybox compatible
     1.5  	sed -i 's/ | cat -v//' libcompat
     1.6  	echo q | make -j 1 PREFIX=/usr &&
     1.7 -	make -j 1 DIST=$PWD/_pkg install
     1.8 +	make -j 1 DIST=$DESTDIR install
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12 @@ -28,6 +28,7 @@
    1.13  	mkdir -p $fs/usr
    1.14  	cp -a $_pkg/usr/bin $fs/usr
    1.15  	cp -a $_pkg/usr/lib $fs/usr
    1.16 +	cp -a $stuff/com2exe $fs/usr/bin
    1.17  }
    1.18  
    1.19  # Pre and post install commands for Tazpkg.