summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhiredPlanck2022-02-08 20:51:47 +0800
committerWhiredPlanck2022-02-08 20:51:47 +0800
commit83fc61fac96caa9a6db1640da660651042f4e6bd (patch)
tree4135b1829cddc5d41ac54a203501e32a1b5f8b5b
parent9019423d3a457395e6a8732120cbd41e5421a6ad (diff)
downloadaur-83fc61fac96caa9a6db1640da660651042f4e6bd.tar.gz
astap-bin: fix install command usage
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6fcf6e5a7fc..5594cfdcd6d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,8 +45,8 @@ package() {
cp -rv "${srcdir}"/usr/share "${pkgdir}"/usr
mkinfo "Installing licenses ..."
- install -Dvm644 "${pkgdir}"/usr/lib/"${_pkgname}"/*.txt \
- -t "${pkgdir}/usr/share/licenses/${_pkgname}"
+ install -t "${pkgdir}/usr/share/licenses/${_pkgname}" \
+ -Dvm644 "${pkgdir}"/usr/lib/"${_pkgname}"/*.txt
mkinfo "Removeing unneeded resources ..."
rm -rv "${pkgdir}"/usr/lib/"${_pkgname}"/*.txt