commit d0a0785680b662a5555b0132bce101bd97769e11
parent 0865856a9c5526d33a5eec55d4bb5ff26992e068
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Thu, 25 Jul 2019 08:58:46 +0300
kiss: Fix missing permission.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss
@@ -131,7 +131,7 @@ pkg_sources() {
# belongs to. This avoid conflicts between two packages having a
# source of the same name.
mkdir -p "$src_dir/$1"
- chmod "$src_dir/$1"
+ chmod 1777 "$src_dir/$1"
cd "$src_dir/$1"
# Find the package's repository files. This needs to keep