From c3c636928f7dbf5c2e39abcc2416676e1358b6f6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 22 Oct 2019 11:54:04 +0300 Subject: [PATCH] kiss: fix #65 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 5c8e9b3..b8647dc 100755 --- a/kiss +++ b/kiss @@ -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"