summaryrefslogtreecommitdiffstats
path: root/release/ia64
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/ia64
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/ia64')
-rw-r--r--release/ia64/mkisoimages.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/ia64/mkisoimages.sh b/release/ia64/mkisoimages.sh
index 035bd21..5a24515 100644
--- a/release/ia64/mkisoimages.sh
+++ b/release/ia64/mkisoimages.sh
@@ -32,7 +32,7 @@ hackery() {
exit 2
}
-MKISOFS_PORT=/usr/ports/sysutils/mkisofs
+MKISOFS_PORT=/usr/ports/sysutils/cdrtools
if [ "x$1" = "x-b" ]; then
bootable=yes
@@ -53,8 +53,8 @@ BASE=$1; shift
if ! which mkisofs; then
echo 'mkisofs(8) does not exist. Fetching the package...'
- if ! pkg_add -r mkisofs; then
- if [ -f /usr/ports/sysutils/mkisofs/Makefile ]; then
+ if ! pkg_add -r cdrtools; then
+ if [ -f /usr/ports/sysutils/cdrtools/Makefile ]; then
echo "Don't worry; building the port..."
if ! (cd $MKISOFS_PORT && make install && make clean); then
echo "Worry; reverting to hackery..."
OpenPOWER on IntegriCloud