Skip to content

Commit

Permalink
Make packages before adding links
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Dec 17, 2024
1 parent f749656 commit ce9674a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/debian-chroot/package
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ debian-chroot() {
install -D -m 655 \
"$srcdir"/debian-chroot.conf \
"$pkgdir"/home/root/.config/debian-chroot.conf
mkdir -p "$pkgdir"/opt/etc/
ln -s /home/root/.config/debian-chroot.conf \
"$pkgdir"/opt/etc/debian-chroot.conf
source "$srcdir"/debian-chroot.conf
mkdir -p "$pkgdir"/opt/lib/
ln -s "$chroot_path" "$pkgdir"/opt/lib/debian-chroot
mkdir -p "${pkgdir}/opt/lib/debian-chroot"
}
Expand Down

0 comments on commit ce9674a

Please sign in to comment.