26356a69c5
Whats New from verion 5.0.2 (05-Feb-2003): - Added 'create link' command for one file or group of selected files (Shift+F7) - Added displaing key shotcuts in menu - Fixed bugs with long file names and file names with special characters - Fixed bug with switching between terminal and FM window Whats New from verion 5.0.0 (01-Jan-2003): - Added quick 'cd' command - Ctrl-x. You can use Tab expantion there. - Added hot keys to panel sort methods and modes. - Added visual terminal/fm switch. - Fixes for status bar display items. - Fixes for edit/view files with spaces with external editor/viewer - Fixes for deletion files named with '-alala-' - Fixes for selection on right/bottom panels. - Added Spanish, Czech and Serbian translation (thanks people) - Added partly translated Hungarian messages
13 lines
430 B
Text
13 lines
430 B
Text
$NetBSD: patch-aa,v 1.2 2004/02/22 22:29:22 jschauma Exp $
|
|
|
|
--- src/lib/filedir/makefile.in.orig 2002-09-19 10:36:35.000000000 -0400
|
|
+++ src/lib/filedir/makefile.in 2004-02-22 16:28:11.000000000 -0500
|
|
@@ -33,7 +33,7 @@
|
|
PROGRAM = $(MYLIBDIR)/libxncfiledir.a
|
|
|
|
VERSION = 3.20.1
|
|
-MAGIC = /usr/share/magic
|
|
+MAGIC = /usr/share/misc/magic
|
|
|
|
CINCLUDES=-DMAGIC='"$(MAGIC)"' -DMAGIC_FOR_XNC $(DEFS) $(DEB) $(STRIPPING)
|
|
|