Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: fix #65
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 22, 2019
1 parent 8e5f245 commit c3c6369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ pkg_build() {

# Copy the repository files to the package directory.
# 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"

Expand Down

0 comments on commit c3c6369

Please sign in to comment.