mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
Set MSGMERGE to false, so that make doesn't even try to run po files.
This commit is contained in:
parent
f5bc8ca14a
commit
137a9a75d2
@ -74,7 +74,7 @@ fi
|
|||||||
rm -f $MC_PATCH $MC_PATCH_BZ2
|
rm -f $MC_PATCH $MC_PATCH_BZ2
|
||||||
|
|
||||||
# Don't merge PO-files, we are skipping them in the patch
|
# Don't merge PO-files, we are skipping them in the patch
|
||||||
make distdir MSGMERGE=
|
make distdir MSGMERGE=false
|
||||||
|
|
||||||
# Sometimes GNU diff returns 1 for unclear reasons
|
# Sometimes GNU diff returns 1 for unclear reasons
|
||||||
diff -urN -x po $MC_BASE_DIR mc-*/ >$MC_PATCH || :
|
diff -urN -x po $MC_BASE_DIR mc-*/ >$MC_PATCH || :
|
||||||
|
Loading…
Reference in New Issue
Block a user