Skip to content

Commit

Permalink
archlinux: do not open-code boot configs install target
Browse files Browse the repository at this point in the history
Reuse makefile that is there already. This has a side effect of
installing dracut config too.
  • Loading branch information
marmarek committed Nov 25, 2024
1 parent 8796b2b commit 968d5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ package_qubes-vm-core() {

cd "${_pkgnvr}"

install -D -m 0644 -- "boot/grub.qubes" "${pkgdir}/etc/default/grub.qubes"
# shellcheck disable=SC2154
make -C boot DESTDIR="$pkgdir" install
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
make -C app-menu install DESTDIR="$pkgdir" install LIBDIR=/usr/lib SYSLIBDIR=/usr/lib
make -C misc install DESTDIR="$pkgdir" install LIBDIR=/usr/lib SYSLIBDIR=/usr/lib
Expand Down

0 comments on commit 968d5f1

Please sign in to comment.