summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-06-02 22:21:15 +0000
committermarius <marius@FreeBSD.org>2004-06-02 22:21:15 +0000
commit0ed9fe99d5cf7bfbb77db4a236468f147c486b7c (patch)
tree92945327815435930b0d40b8405475106f020638 /release/amd64
parent00ef0952615323d2902cc53eba57204553d65c76 (diff)
downloadFreeBSD-src-0ed9fe99d5cf7bfbb77db4a236468f147c486b7c.zip
FreeBSD-src-0ed9fe99d5cf7bfbb77db4a236468f147c486b7c.tar.gz
mkisofs(8) is now installed by sysutils/cdrtools.
This will be instantly MFC'ed.
Diffstat (limited to 'release/amd64')
-rw-r--r--release/amd64/mkisoimages.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh
index d0918a0..9e36b9c 100644
--- a/release/amd64/mkisoimages.sh
+++ b/release/amd64/mkisoimages.sh
@@ -38,11 +38,11 @@ fi
type mkisofs 2>&1 | grep " is " >/dev/null
if [ $? -ne 0 ]; then
- echo The mkisofs port is not installed. Trying to get it now.
- if [ -f /usr/ports/sysutils/mkisofs/Makefile ]; then
- cd /usr/ports/sysutils/mkisofs && make install && make clean
+ echo The cdrtools port is not installed. Trying to get it now.
+ if [ -f /usr/ports/sysutils/cdrtools/Makefile ]; then
+ cd /usr/ports/sysutils/cdrtools && make install && make clean
else
- if ! pkg_add -r mkisofs; then
+ if ! pkg_add -r cdrtools; then
echo "Could not get it via pkg_add - please go install this"
echo "from the ports collection and run this script again."
exit 2
OpenPOWER on IntegriCloud