From 8b4ef4fb2a5e3c7116e16276aba1f3f27efc415a Mon Sep 17 00:00:00 2001 From: cebix <> Date: Mon, 4 Oct 1999 21:07:12 +0000 Subject: [PATCH] - improved installation --- BasiliskII/BasiliskII.spec | 4 ++-- BasiliskII/INSTALL | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/BasiliskII/BasiliskII.spec b/BasiliskII/BasiliskII.spec index ee40178d..c97102c8 100644 --- a/BasiliskII/BasiliskII.spec +++ b/BasiliskII/BasiliskII.spec @@ -33,7 +33,7 @@ Some features of Basilisk II: %build cd src/Unix -./configure --prefix=/usr --exec_prefix=/usr/X11R6 +./configure --prefix=/usr make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install @@ -42,6 +42,6 @@ make install %files %doc ChangeLog COPYING INSTALL README TECH TODO -/usr/X11R6/bin/BasiliskII +/usr/bin/BasiliskII /usr/man/man1/BasiliskII.1 /usr/share/BasiliskII/keycodes diff --git a/BasiliskII/INSTALL b/BasiliskII/INSTALL index ded26dcd..3ec231c5 100644 --- a/BasiliskII/INSTALL +++ b/BasiliskII/INSTALL @@ -52,10 +52,11 @@ BeOS: cd src/BeOS make - Basilisk II cannot run concurrently with SheepShaver. Trying to do so will - crash Basilisk II, or SheepShaver, or both. On a PowerPC system you must - have installed the "sheep" driver that comes with SheepShaver. To use - Ethernet, you must have installed the "sheep_net" add-on that also comes + This will produce an executable "BasiliskII" in the "obj.ppc" or "obj.x86" + directory. Basilisk II cannot run concurrently with SheepShaver. Trying to + do so will crash Basilisk II, or SheepShaver, or both. On a PowerPC system + you must have installed the "sheep" driver that comes with SheepShaver. To + use Ethernet, you must have installed the "sheep_net" add-on that also comes with SheepShaver Unix: