summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-19 22:16:44 +0100
committerDaniel Peukert2020-01-19 22:16:44 +0100
commit8767c9a54b08df146c9fc50e4b19772ae494aacc (patch)
tree1c2914e22b79497f23afdcc8180d8e658f47b525
parente26c226ddc11e362ebd2ef4181ea16b95354bdda (diff)
downloadaur-8767c9a54b08df146c9fc50e4b19772ae494aacc.tar.gz
Make sure that we replace the print plugin folder correctly
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60323c04de18..58b399bbd12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,8 @@ prepare() {
rm -rf 'shared-data/default-theme/'{less/,index.html}
rm -rf 'mailpile/tests'
# One of the plugins is a submodule and doesn't get pulled automatically, provide it manually
- mv "$srcdir/${pkgname^}-print-$_printcommit/"* 'shared-data/contrib/print/'
+ rm -rf 'shared-data/contrib/print/'
+ mv "$srcdir/${pkgname^}-print-$_printcommit/" 'shared-data/contrib/print/'
}
package() {