kiss: Fix missing permission.

This commit is contained in:
Dylan Araps 2019-07-25 08:58:46 +03:00
parent 0865856a9c
commit d0a0785680
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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