X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=exim4-Makefile-Default.patch;h=be51578dfa559f37da89e0df3b87132f4c7b9528;hb=5906e0e91f5512cdc0b2f0d5adbe74a1d3138517;hp=5bc6b47f0f587ae6a7d0286d5460880b2d13935d;hpb=3a8fb3b3ffef38f372255176f4207e264977fa9b;p=packages%2Fexim.git diff --git a/exim4-Makefile-Default.patch b/exim4-Makefile-Default.patch index 5bc6b47..be51578 100644 --- a/exim4-Makefile-Default.patch +++ b/exim4-Makefile-Default.patch @@ -10,17 +10,23 @@ diff -urN exim-4.64.org/OS/Makefile-Default exim-4.64/OS/Makefile-Default # If you set STRIP_COMMAND to the path of the "strip" command, it will be run -@@ -40,8 +40,8 @@ +@@ -40,12 +40,12 @@ # Some of the following commands live in different places in different OS. We # include them all here for generality. -CHOWN_COMMAND=/usr/bin/chown -CHGRP_COMMAND=/usr/bin/chgrp +-CHMOD_COMMAND=/usr/bin/chmod +CHOWN_COMMAND=/bin/chown +CHGRP_COMMAND=/bin/chgrp ++CHMOD_COMMAND=/bin/chmod MV_COMMAND=/bin/mv RM_COMMAND=/bin/rm +-TOUCH_COMMAND=/usr/bin/touch ++TOUCH_COMMAND=/bin/touch + + # Some operating systems have different ways of building libraries of @@ -175,7 +175,7 @@ # parameters for include and library directories that may be needed for IPv6 on # some systems, where the support is not yet in the standard library.