diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-20 08:31:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-20 08:31:42 +0100 |
commit | 570f73dd4148ce36cc695f58946294f632053a4c (patch) | |
tree | fd995f83938238ed11f82b9911f48eedd92dbe38 | |
parent | 5571c9624fb27362b3c308aa804aa7021f762d81 (diff) |
net-fs/samba-config-redcore : fix QA warning
-rw-r--r-- | net-fs/samba-config-redcore/samba-config-redcore-1337.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba-config-redcore/samba-config-redcore-1337.ebuild b/net-fs/samba-config-redcore/samba-config-redcore-1337.ebuild index 1b3e2c9d..3e0cf05e 100644 --- a/net-fs/samba-config-redcore/samba-config-redcore-1337.ebuild +++ b/net-fs/samba-config-redcore/samba-config-redcore-1337.ebuild @@ -22,7 +22,7 @@ src_install() { dodir etc/samba insinto etc/samba newins redcore-smb.conf smb.conf - dodir var/lib/samba/usershare + keepdir var/lib/samba/usershare } pkg_preinst() { |