dschmenk/apple2pi

Incorrect install info in root README.md

Opened this issue · 3 comments

Compile the daemon and tools with 'make' and copy the results to /usr/local/bin with 'sudo make install'.

The Makefile didn't put the newly made programs into /usr/local/bin as I expected, but rather put them into /usr/local/usr/bin ... Is that correct? It doesn't seem so to me.

This was my output:

pi@clearpi ~/a/src> sudo make install
mkdir -p /usr/local/usr/bin
cp a2joy a2joymou a2joypad a2mon a2term fusea2pi a2pidcmd dskread dskwrite bload brun a2mount /usr/local/usr/bin
cp a2joy a2joymou a2joypad a2mon a2term fusea2pi a2pidcmd dskread dskwrite bload brun a2setvd /usr/local/usr/bin
mkdir -p /usr/local/sbin
cp a2pid /usr/local/sbin
mkdir -p /usr/local/usr/share/a2pi
cp -R ../share/* /usr/local/usr/share/a2pi

Also, it doesn't appear necessary to even cd into src to do a "make".

I'm running a fresh install of Stretch Debian on my Pi with the Fish shell.

This all got screwed up when I moved to debian package building. They get put in the correct place for building debs, but not stand alone.

So if we were to instruct the Makefile to make deb file after building the programs, the resulting package would contain everything going into its correct places? Yes?

As far as I can see, that issue is still present as of today.