summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhorsicq2024-05-08 15:48:04 +0200
committerhorsicq2024-05-08 15:48:04 +0200
commit21eb09f641501b391bbdbd3911fc5eb8926d0d2c (patch)
tree6bcaf5568653682df9903b6344373eeccc6dd3a4
parent01cf68fe3688a53573bacdbb72356a035443a5d7 (diff)
downloadaur-detect-it-easy-git.tar.gz
Fix install folder
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df2c10221869..a68ebf5f2532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -94,7 +94,7 @@ package() {
echo -e "${_prefix}Copying the package files"
install -Dm 644 gui_source/translation/* -t "$pkgdir"/opt/"${_pkgname}"/lang
install -Dm 644 XStyles/qss/* -t "$pkgdir"/opt/"${_pkgname}"/qss
- install -Dm 644 XInfoDB/info/* -t "$pkgdir"/opt/"${_pkgname}"/info
+ cp -r XInfoDB/info/* -t "$pkgdir"/opt/"${_pkgname}"/info/
cp -r Detect-It-Easy/db/* -t "$pkgdir"/opt/"${_pkgname}"/db/
install -Dm 644 signatures/crypto.db -t "$pkgdir"/opt/"${_pkgname}"/signatures
cp -r images/* -t "$pkgdir"/opt/"${_pkgname}"/images/