mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss: Fix missing permission.
This commit is contained in:
parent
0865856a9c
commit
d0a0785680
2
kiss
2
kiss
@ -131,7 +131,7 @@ pkg_sources() {
|
|||||||
# belongs to. This avoid conflicts between two packages having a
|
# belongs to. This avoid conflicts between two packages having a
|
||||||
# source of the same name.
|
# source of the same name.
|
||||||
mkdir -p "$src_dir/$1"
|
mkdir -p "$src_dir/$1"
|
||||||
chmod "$src_dir/$1"
|
chmod 1777 "$src_dir/$1"
|
||||||
cd "$src_dir/$1"
|
cd "$src_dir/$1"
|
||||||
|
|
||||||
# Find the package's repository files. This needs to keep
|
# Find the package's repository files. This needs to keep
|
||||||
|
Loading…
Reference in New Issue
Block a user