FreeBSD Bugzilla – Attachment 237927 Details for
Bug 238314
pkg not installed by dvd installer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Fix broken pkg link in DVD1 repo
fix_broken_pkg_link.diff (text/plain), 674 bytes, created by
Ian Smith
on 2022-11-07 20:13:06 UTC
(
hide
)
Description:
Fix broken pkg link in DVD1 repo
Filename:
MIME Type:
Creator:
Ian Smith
Created:
2022-11-07 20:13:06 UTC
Size:
674 bytes
patch
obsolete
>--- 12.4beta1_usr/src/release/scripts/pkg-stage.sh 2022-10-21 11:25:00.000000000 +1100 >+++ 13.1_usr/src/release/scripts/pkg-stage.sh 2022-05-12 14:53:59.000000000 +1000 >@@ -1,6 +1,6 @@ > #!/bin/sh > # >-# $FreeBSD: releng/12.4/release/scripts/pkg-stage.sh 339290 2018-10-10 19:57:10Z gjb $ >+# $FreeBSD$ > # > > set -e >@@ -86,7 +86,9 @@ > # using the on-disc packages. > mkdir -p ${PKG_REPODIR}/Latest > (cd ${PKG_REPODIR}/Latest && \ >- ln -s ../All/$(${PKGCMD} rquery %n-%v pkg).txz pkg.txz) >+ ln -s ../All/$(${PKGCMD} rquery %n-%v pkg).pkg pkg.pkg) >+(cd ${PKG_REPODIR}/Latest && \ >+ rm -f pkg.txz && ln -s pkg.pkg pkg.txz) > > ${PKGCMD} repo ${PKG_REPODIR} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
grahamperrin
:
maintainer-approval?
(
gjb
)
Actions:
View
Attachments on
bug 238314
:
236986
| 237927 |
238052
|
238053
|
238055