fix calamares

This commit is contained in:
Oskar 2023-03-28 07:25:20 +02:00 committed by GitHub
parent 34627f5485
commit 03719eded1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ build() {
package() {
cd $pkgname-$pkgver/build
make DESTDIR="$pkgdir/" install
rf "$pkgdir/etc/calamares/*"
rm -rf "$pkgdir/etc/calamares/*"
}