Merge ../projects
authorMichael Wagner <michael@wagnertech.de>
Tue, 6 Mar 2018 21:01:36 +0000 (22:01 +0100)
committerMichael Wagner <michael@wagnertech.de>
Tue, 6 Mar 2018 21:01:36 +0000 (22:01 +0100)
1  2 
tools/make/configure

diff --combined tools/make/configure
@@@ -113,7 -113,7 +113,7 @@@ els
  fi
  
  # check for installation scripts
- files=$(find src -name $paket.preinst)
+ files=$(find -L src -name $paket.preinst)
  files="$files $(find -L src -name $paket.postinst)"
  files="$files $(find -L src -name $paket.prerm)"
  files="$files $(find -L src -name $paket.postrm)"
@@@ -130,11 -130,6 +130,11 @@@ the
  project = $paket
  COPY = ./$paket.cp
  MAKE_PRE
 +      if [ -n "$ARCH" ]
 +      then
 +              echo "arch = $ARCH" >>make.pre
 +              echo "_arch = _${ARCH}" >>make.pre
 +      fi
        echo "make.pre written."
  fi