diff --git a/app-misc/mc/mc-4.8.21.recipe b/app-misc/mc/mc-4.8.21.recipe index 57801e5a4..718b74b3a 100644 --- a/app-misc/mc/mc-4.8.21.recipe +++ b/app-misc/mc/mc-4.8.21.recipe @@ -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 }