• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/exim/0002-Don-t-make-backup-copies-of-installed-files.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
If exim had already been installed, the install script makes backup
2
copies of the pre-existing executables with a ".0" suffix.
3
​
4
This leads to useless duplicated files on the target, so disable this
5
piece of code.
6
​
7
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
8
---
9
 scripts/exim_install |   18 +++++++++---------
10
 1 files changed, 9 insertions(+), 9 deletions(-)
11
​
12
diff --git a/scripts/exim_install b/scripts/exim_install
13
index 616ab3c..e68e7d5 100755
14
--- a/scripts/exim_install
15
+++ b/scripts/exim_install
16
@@ -344,15 +344,15 @@ while [ $# -gt 0 ]; do
17
 
18
   else
19
     if ../scripts/newer ${name} ${BIN_DIRECTORY}/${name}; then
20
-      if [ -f ${BIN_DIRECTORY}/${name} ]; then
21
-        echo ${CP} ${BIN_DIRECTORY}/${name} ${BIN_DIRECTORY}/${name}.O
22
-        ${real} ${CP} ${BIN_DIRECTORY}/${name} ${BIN_DIRECTORY}/${name}.O
23
-        if [ $? -ne 0 ]; then
24
-          echo $com ""
25
-          echo $com "*** Exim installation ${ver}failed ***"
26
-          exit 1
27
-        fi
28
-      fi
29
+#      if [ -f ${BIN_DIRECTORY}/${name} ]; then
30
+#        echo ${CP} ${BIN_DIRECTORY}/${name} ${BIN_DIRECTORY}/${name}.O
31
+#        ${real} ${CP} ${BIN_DIRECTORY}/${name} ${BIN_DIRECTORY}/${name}.O
32
+#        if [ $? -ne 0 ]; then
33
+#          echo $com ""
34
+#          echo $com "*** Exim installation ${ver}failed ***"
35
+#          exit 1
36
+#        fi
37
+#      fi
38
       echo ${CP} ${name} ${BIN_DIRECTORY}
39
       ${real} ${CP} ${name} ${BIN_DIRECTORY}
40
       if [ $? -ne 0 ]; then
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.