wok diff xorg-xedit/receipt @ rev 17451
syslinux/iso2exe: add --undo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 17 12:25:20 2014 +0100 (2014-12-17) |
parents | eb8067417980 |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/xorg-xedit/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/xorg-xedit/receipt Wed Dec 17 12:25:20 2014 +0100 1.3 @@ -28,9 +28,10 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share $fs/usr/lib 1.8 + mkdir -p $fs/etc $fs/usr/lib 1.9 cp -a $install/usr/bin $fs/usr 1.10 cp -a $install/usr/lib/X11 $fs/usr/lib 1.11 + cp -a $install/etc $fs 1.12 chmod +x $fs/usr/bin/* 1.13 } 1.14