Commit graph

10 commits

Author SHA1 Message Date
Richard Goedeken
037b23b386 fixed 2 bugs in uninstall.sh: correctly set the APPLICATIONSDIR (/usr/local/share/applications), and don't fail the script if rmdir fails to remove this dir during uninstall 2009-01-03 23:27:27 +00:00
Richard Goedeken
d0ff84d9b2 reverted the changes inadvertently committed in rev 1250 2009-01-03 23:26:20 +00:00
Richard Goedeken
b26081dcf5 fixed 2 bugs in install.sh: copy all the doc/ files, and create the /usr/local/share/applications directory before trying to copy the mupen64plus.desktop file there 2009-01-03 23:24:39 +00:00
Louai Al-Khanji
062b27fc2a Fix an oversight from the .desktop checkin 2008-11-19 08:28:34 +00:00
Louai Al-Khanji
284f07f5bd Install a .desktop file 2008-11-19 07:21:09 +00:00
Richard Goedeken
7a4977e6e9 merged patch from Guido Berhoerster to improve portability of install/uninstall scripts 2008-09-10 03:38:38 +00:00
Scott Knauert
50a925fb76 License fixes. 2008-08-14 20:06:04 +00:00
Richard Goedeken
7902490dd8 1. fixed missing tabs near 7zip source files in Makefile
2. added SHAREDIR, BINDIR, LIBDIR, and MANDIR optional parameters to install/uninstall scripts
3. added SHAREDIR, BINDIR, LIBDIR, and MANDIR as makefile install options
4. re-factored Installation Directory search code.  Previously, it searched in this order:
   A. directory specified on command line with --installdir
   B. $PREFIX/share/mupen64plus with $PREFIX given at compile time
   C. same directory as the mupen64plus binary
   D. current working directory
The new code searches in the following order:
   A. directory specified on command line with --installdir
   B. same directory as the mupen64plus binary
   C. /usr/local/share/mupen64plus
   D. /usr/share/mupen64plus
   E. current working directory
5. Added PluginDirectory parameter to mupen64plus.conf file and necessary handling code in main.c
2008-07-27 21:02:18 +00:00
James Hood
2d699be081 Added man page 2008-03-29 22:29:16 +00:00
James Hood
eafbf49b66 -Created install.sh and uninstall.sh scripts in trunk. These scripts will be used to do install/uninstall in the source and binary distributions for Mupen64Plus.
-Modified top-level Makefile so 'make install' and 'make uninstall' call install.sh and uninstall.sh, respectively.
2008-03-17 06:18:41 +00:00