commit c3c636928f7dbf5c2e39abcc2416676e1358b6f6
parent 8e5f245203014d04d9db8489b79b0639a4a97f8c
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Tue, 22 Oct 2019 11:54:04 +0300
kiss: fix #65
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"