summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus2024-04-10 07:00:28 +0200
committerMatheus2024-04-10 07:00:28 +0200
commitfcd8b30ef284ee41b753fda5cb796fafe60fb7e6 (patch)
treeb7417bd7dca041ec3909fbfe0e2814424ffe0000 /PKGBUILD
parentfedbe71ac4122f997beccb0b7fa60b092d617030 (diff)
downloadaur-yamlfix.tar.gz
Removed unneeded command
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb1f42523be6..2928b7b42109 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,6 @@ package()
mkdir -p "${pkgdir}"/usr/share/doc/"${pkgname}"/
# Install the software.
- cd "${srcdir}"/"${pkgname}"-"${pkgver}"/ || exit 1
python -m installer -d "${pkgdir}" "${srcdir}"/"${pkgname}"-"${pkgver}"/dist/*.whl
# Install the documentation.