mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-02-17 05:30:59 +00:00
Have the default vdrv image directory match the directory used in the make install target.
This commit is contained in:
parent
242a4bc6b5
commit
6fc8a19dfe
@ -496,7 +496,7 @@ void main(int argc, char **argv)
|
||||
fd_set readset, openset;
|
||||
char *ttypattern = deftty;
|
||||
char *devtty = NULL;
|
||||
char *vdrvdir = "/usr/share/a2pi/"; /* default vdrv image directory */
|
||||
char *vdrvdir = "/usr/local/share/a2pi/"; /* default vdrv image directory */
|
||||
|
||||
/*
|
||||
* Parse arguments
|
||||
|
Loading…
x
Reference in New Issue
Block a user