forked from kiss-community/kiss
kiss: fix #65
This commit is contained in:
parent
8e5f245203
commit
c3c636928f
2
kiss
2
kiss
@ -497,7 +497,7 @@ pkg_build() {
|
|||||||
|
|
||||||
# Copy the repository files to the package directory.
|
# Copy the repository files to the package directory.
|
||||||
# This acts as the database entry.
|
# This acts as the database entry.
|
||||||
cp -Rf "$repo_dir" "$pkg_dir/$pkg/$pkg_db/"
|
cp -LRf "$repo_dir" "$pkg_dir/$pkg/$pkg_db/"
|
||||||
|
|
||||||
log "$pkg" "Successfully built package"
|
log "$pkg" "Successfully built package"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user