wok-6.x diff tazndis/receipt @ rev 1908
tazndis: add symlink to ndiswrapper
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 21 15:49:01 2008 +0100 (2008-12-21) |
parents | f83322c7b1c4 |
children | d354b851e4e7 |
line diff
1.1 --- a/tazndis/receipt Sat Dec 20 00:02:23 2008 +0100 1.2 +++ b/tazndis/receipt Sun Dec 21 15:49:01 2008 +0100 1.3 @@ -12,7 +12,11 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/bin 1.8 + mkdir -p $fs/usr/bin $fs/usr/sbin 1.9 cp -a stuff/${PACKAGE} $fs/usr/bin 1.10 + 1.11 + cd $fs/usr/sbin 1.12 + ln -sf ../bin/tazndis ndiswrapper 1.13 + 1.14 } 1.15