Only in mindguard-0.0.0.4-gentoo: .Makefile.swp diff -p mindguard-0.0.0.4/Makefile mindguard-0.0.0.4-gentoo/Makefile *** mindguard-0.0.0.4/Makefile Fri Feb 7 18:54:25 2003 --- mindguard-0.0.0.4-gentoo/Makefile Sat Jan 22 00:56:04 2005 *************** *** 1,7 **** # Makefile for MindGuard v 0.0.0.4 ! BINDIR = /usr/local/bin ! MGDIR = /usr/local/share/MindGuard CC = gcc mindguard: mindguard.c mindguard.h --- 1,8 ---- # Makefile for MindGuard v 0.0.0.4 ! BINDIR = ${DESTDIR}/usr/games/bin ! MGDIR = ${DESTDIR}/usr/share/games/MindGuard ! DOCDIR = ${DESTDIR}/usr/share/doc/MindGuard-0.0.0.4 CC = gcc mindguard: mindguard.c mindguard.h *************** install-carriers: carriers/ *** 20,27 **** install -c -m 0644 carriers/* $(MGDIR)/carriers install-docs: docs/ ! mkdir -p $(MGDIR)/docs ! install -c -m 0644 docs/* $(MGDIR)/docs # Don't call this as root unless you want it in /root --- 21,28 ---- install -c -m 0644 carriers/* $(MGDIR)/carriers install-docs: docs/ ! mkdir -p $(DOCDIR) ! install -c -m 0644 docs/* $(DOCDIR) # Don't call this as root unless you want it in /root *************** remove: *** 47,50 **** rm $(HOME)/MindGuard clean: ! rm -f mindguard \ No newline at end of file --- 48,51 ---- rm $(HOME)/MindGuard clean: ! rm -f mindguard Common subdirectories: mindguard-0.0.0.4/carriers and mindguard-0.0.0.4-gentoo/carriers Common subdirectories: mindguard-0.0.0.4/docs and mindguard-0.0.0.4-gentoo/docs diff -p mindguard-0.0.0.4/mg.xpm mindguard-0.0.0.4-gentoo/mg.xpm *** mindguard-0.0.0.4/mg.xpm Fri Feb 7 15:23:11 2003 --- mindguard-0.0.0.4-gentoo/mg.xpm Sat Jan 22 00:57:49 2005 *************** static char * mg_xpm[] = { *** 36,39 **** "!=*!===========================*", "!*!============================*", "=!=============================*", ! "=*******************************"}; \ No newline at end of file --- 36,39 ---- "!=*!===========================*", "!*!============================*", "=!=============================*", ! "=*******************************"}; diff -p mindguard-0.0.0.4/mindguard.c mindguard-0.0.0.4-gentoo/mindguard.c *** mindguard-0.0.0.4/mindguard.c Fri Feb 7 18:53:53 2003 --- mindguard-0.0.0.4-gentoo/mindguard.c Sat Jan 22 00:43:57 2005 *************** int load_mods() *** 1381,1387 **** sprintf(car_path, "%s/MindGuard/carriers/", getenv("HOME")); break; case 2: ! strcpy(car_path, "/usr/local/share/MindGuard/carriers/"); break; default: break; --- 1381,1387 ---- sprintf(car_path, "%s/MindGuard/carriers/", getenv("HOME")); break; case 2: ! strcpy(car_path, "/usr/share/games/MindGuard/carriers/"); break; default: break; *************** void open_main_window() *** 2799,2802 **** } ! /* ...And your mind lived happily ever after. The End */ \ No newline at end of file --- 2799,2802 ---- } ! /* ...And your mind lived happily ever after. The End */ diff -p mindguard-0.0.0.4/mindguard.h mindguard-0.0.0.4-gentoo/mindguard.h *** mindguard-0.0.0.4/mindguard.h Fri Feb 7 18:53:56 2003 --- mindguard-0.0.0.4-gentoo/mindguard.h Sat Jan 22 00:57:28 2005 *************** void scanbox_state(int); *** 66,69 **** void create_scan(GtkWidget *); void update_scan(); void append_log(char *, int, int, int, char *, int, int); ! gint jam(gpointer); \ No newline at end of file --- 66,69 ---- void create_scan(GtkWidget *); void update_scan(); void append_log(char *, int, int, int, char *, int, int); ! gint jam(gpointer);