summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-09-21 13:45:22 -0300
committerDaniel Bermond2021-09-21 13:45:22 -0300
commit21278d28a4875e3f8acc617a791848d71e29709a (patch)
treea590e843e33855c11f023e479300dec3e4fbc946
parent03fb574fe152fd9c4027034cc51f03bf51754566 (diff)
downloadaur-21278d28a4875e3f8acc617a791848d71e29709a.tar.gz
Remove a now unneded command from package()
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0375b1c62186..d056b71ec1f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,5 +42,4 @@ check() {
package() {
make -C build DESTDIR="$pkgdir" install
- install -d -m755 "${pkgdir}/usr/lib/qt6/plugins/imageformats"
}