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
12 lines
392 B
Text
12 lines
392 B
Text
$NetBSD: patch-ak,v 1.2 2004/02/22 22:29:22 jschauma Exp $
|
|
|
|
--- Make.common.in.orig 2002-12-30 06:25:55.000000000 -0500
|
|
+++ Make.common.in 2004-02-22 16:43:56.000000000 -0500
|
|
@@ -38,6 +38,7 @@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL@ -m 755
|
|
INSTALL_DATA = @INSTALL@ -m 644
|
|
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_DIR=@INSTALL@ -d -m 755
|
|
MKINSTALLDIRS=$(srcdir)/mkinstalldirs
|
|
|