]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim4-Makefile-Default.patch
- more fixes from upstream (4.93.0.3+)
[packages/exim.git] / exim4-Makefile-Default.patch
index 5bc6b47f0f587ae6a7d0286d5460880b2d13935d..be51578dfa559f37da89e0df3b87132f4c7b9528 100644 (file)
@@ -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.
This page took 0.032601 seconds and 4 git commands to generate.