wok-current rev 16370
links: install custom home page
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 14 17:49:06 2014 +0200 (2014-04-14) |
parents | 51b031113a61 |
children | 089e96b232b8 |
files | links/receipt |
line diff
1.1 --- a/links/receipt Mon Apr 14 09:08:06 2014 +0000 1.2 +++ b/links/receipt Mon Apr 14 17:49:06 2014 +0200 1.3 @@ -47,7 +47,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share/pixmaps 1.8 + mkdir -p $fs/usr/share/pixmaps $fs/usr/share/webhome 1.9 cp -a $install/usr/bin $fs/usr 1.10 cp $src/graphics/links.xpm $fs/usr/share/pixmaps 1.11 + cp $stuff/links.html $fs/usr/share/webhome 1.12 }