Skip to content

Commit 968d5f1

Browse files
committed
archlinux: do not open-code boot configs install target
Reuse makefile that is there already. This has a side effect of installing dracut config too.
1 parent 8796b2b commit 968d5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archlinux/PKGBUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ package_qubes-vm-core() {
9090

9191
cd "${_pkgnvr}"
9292

93-
install -D -m 0644 -- "boot/grub.qubes" "${pkgdir}/etc/default/grub.qubes"
9493
# shellcheck disable=SC2154
94+
make -C boot DESTDIR="$pkgdir" install
9595
make install-corevm DESTDIR="$pkgdir" SBINDIR=/usr/bin LIBDIR=/usr/lib SYSLIBDIR=/usr/lib SYSTEM_DROPIN_DIR=/usr/lib/systemd/system USER_DROPIN_DIR=/usr/lib/systemd/user DIST=archlinux
9696
make -C app-menu install DESTDIR="$pkgdir" install LIBDIR=/usr/lib SYSLIBDIR=/usr/lib
9797
make -C misc install DESTDIR="$pkgdir" install LIBDIR=/usr/lib SYSLIBDIR=/usr/lib

0 commit comments

Comments
 (0)