OSDN Git Service

fixed bug
authorkokkiemouse <kokkiemouse@fascode.net>
Sat, 12 Dec 2020 07:44:15 +0000 (16:44 +0900)
committerkokkiemouse <kokkiemouse@fascode.net>
Sat, 12 Dec 2020 07:44:15 +0000 (16:44 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@fascode.net>
alter-stable/any/alterlinux-calamares/PKGBUILD

index 5dee2bc..79545bb 100755 (executable)
@@ -55,7 +55,7 @@ build() {
 
 package() {
     cd ${srcdir}/${pkgver}-${pkgrel}/build
-    make DESTDIR="$pkgdir" install
+    DESTDIR="$pkgdir" ninja install
     install -Dm755 "../data/final-process" "$pkgdir/usr/share/calamares/final-process"
     install -Dm644 "../data/alter-icon.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/calamares.svg"
     install -Dm644 "../data/calamares.desktop" "$pkgdir/usr/share/applications/calamares.desktop"