Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5915db3

Browse files
author
Matthew Dillon
committed
world - Fix make build-all WITH_DPORTS=yes (2)
* Use -y with pkg install when installing dragonfly-baseSuggested-by: daftaupe
1 parent104a9f7 commit5915db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile.inc1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ buildports: umountports mountports
511511
installports: umountports mountports
512512
cd ${WORLDDEST} && tar xvzpf ${WORLDDEST}/chroot/build/synth/live_packages/All/pkg-*.pkg > /dev/null 2>&1
513513
cat ${.CURDIR}/dports.base/pkg.conf | sed -e 's#/build#${WORLDDEST}/chroot/build#' > ${WORLDDEST}/chroot/build/pkg.conf
514-
${WORLDDEST}/usr/local/sbin/pkg-static --rootdir ${DESTDIR}/ -R ${WORLDDEST}/chroot/build install dragonfly-base
514+
${WORLDDEST}/usr/local/sbin/pkg-static --rootdir ${DESTDIR}/ -R ${WORLDDEST}/chroot/build install-ydragonfly-base
515515
@(cd ${.CURDIR}; ${MAKE} umountports)
516516

517517
.ORDER: build-all install-all

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp