MC: corrected settings path

This commit is contained in:
miqlas
2018-06-17 19:52:15 +02:00
committed by GitHub
parent 047a5fac62
commit dd9974f01a

View File

@@ -8,7 +8,7 @@ archives to be manipulated like real files."
HOMEPAGE="https://www.midnight-commander.org/"
COPYRIGHT="1994-2018, Free Software Foundation"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://ftp.midnight-commander.org/mc-$portVersion.tar.xz"
CHECKSUM_SHA256="8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c"
@@ -66,7 +66,7 @@ BUILD()
--enable-vfs-smb \
--with-smb-configdir="$settingsDir/samba" \
--with-smb-codepagedir="$settingsDir/samba" \
--with-homedir="$settingsDir/samba" \
--with-homedir="$settingsDir/mc" \
--with-screen=ncurses
make $jobArgs
}