wok-4.x diff xorg-xinit/receipt @ rev 7916
Add urlgrabber. A high-level cross-protocol url-grabber and Python library.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 09 16:42:22 2011 +0000 (2011-01-09) |
parents | 347ef7afaeef |
children | c514cc4854d8 |
line diff
1.1 --- a/xorg-xinit/receipt Wed Nov 17 17:37:52 2010 +0000 1.2 +++ b/xorg-xinit/receipt Sun Jan 09 16:42:22 2011 +0000 1.3 @@ -17,6 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + patch -Np1 -i ../stuff/06_move_serverauthfile_into_tmp.diff 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --mandir=/usr/share/man \ 1.11 @@ -28,8 +29,9 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 + mkdir -p $fs/usr $fs/etc/X11/xinit 1.18 + cp -a $_pkg/usr/bin $fs/usr 1.19 + cp -a stuff/xserverrc $fs/etc/X11/xinit/xserverrc 1.20 } 1.21 1.22 pre_install()