diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2004-06-02 22:21:15 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2004-06-02 22:21:15 +0000 |
| commit | 156b04cce4bb2253d4fb2462b5fc737922a03277 (patch) | |
| tree | 92945327815435930b0d40b8405475106f020638 /release/alpha | |
| parent | 16b4a343165ed923b8d640c5a858b6727da9b507 (diff) | |
Notes
Diffstat (limited to 'release/alpha')
| -rw-r--r-- | release/alpha/mkisoimages.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/alpha/mkisoimages.sh b/release/alpha/mkisoimages.sh index 4577c17b269f..fcc48b754dc2 100644 --- a/release/alpha/mkisoimages.sh +++ b/release/alpha/mkisoimages.sh @@ -35,11 +35,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 |
