summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Martin Reckel2023-02-09 21:06:33 +0100
committerJan Martin Reckel2023-02-09 21:06:33 +0100
commit96a500b954ff5bf37bb9fe9ddc2e7541015bea99 (patch)
treef5455d8353fa3953031a88830ce78612d042da24
parente9d5dce227dcca1069e4b5eb6032ef5e003c8603 (diff)
downloadaur-96a500b954ff5bf37bb9fe9ddc2e7541015bea99.tar.gz
Fix bug
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90333aeba216..6a4f9c469e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,6 @@ build() {
}
package() {
- cd "$pkgname"
+ cd "subtitld"
python setup.py install --root="$pkgdir" --optimize=1
}