wok diff slitaz-base-files/receipt @ rev 1543

smbclient: fix build tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 11 14:06:07 2008 +0000 (2008-10-11)
parents 2120530d4ada
children 3b3cedd6c979
line diff
     1.1 --- a/slitaz-base-files/receipt	Tue Jul 29 09:51:47 2008 +0000
     1.2 +++ b/slitaz-base-files/receipt	Sat Oct 11 14:06:07 2008 +0000
     1.3 @@ -8,6 +8,24 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.slitaz.org/"
     1.6  WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL"
     1.7 +CONFIG_FILES="
     1.8 +/etc/adduser.conf
     1.9 +/etc/passwd
    1.10 +/etc/fstab
    1.11 +/etc/issue
    1.12 +/etc/hosts
    1.13 +/etc/host.conf
    1.14 +/etc/hostname
    1.15 +/etc/group
    1.16 +/etc/gshadow
    1.17 +/etc/shadow
    1.18 +/etc/daemons.conf
    1.19 +/etc/nsswitch.conf
    1.20 +/etc/networks
    1.21 +/etc/profile
    1.22 +/etc/securetty
    1.23 +/etc/services
    1.24 +/etc/shells"
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()