SOURCES: MigrationTools-instdir.patch - relocatable instdir

baggins baggins at pld-linux.org
Mon Nov 5 17:40:13 CET 2007


Author: baggins                      Date: Mon Nov  5 16:40:13 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- relocatable instdir

---- Files affected:
SOURCES:
   MigrationTools-instdir.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/MigrationTools-instdir.patch
diff -u SOURCES/MigrationTools-instdir.patch:1.2 SOURCES/MigrationTools-instdir.patch:1.3
--- SOURCES/MigrationTools-instdir.patch:1.2	Mon Nov  5 17:37:20 2007
+++ SOURCES/MigrationTools-instdir.patch	Mon Nov  5 17:40:07 2007
@@ -7,7 +7,7 @@
  
  PATH=$PATH:.
  export PATH
-+INSTDIR=/usr/share/openldap/migration/
++INSTDIR=%INSTDIR%
  
  TMPDIR="/tmp"
  ETC_PASSWD="$TMPDIR/passwd.$$.ldap"
@@ -26,7 +26,7 @@
  
  PATH=$PATH:.
  export PATH
-+INSTDIR=/usr/share/openldap/migration/
++INSTDIR=%INSTDIR%
  
  TMPDIR="/tmp"
  ETC_PASSWD="$TMPDIR/passwd.$$.ldap"
@@ -45,7 +45,7 @@
  
  PATH=$PATH:.
  export PATH
-+INSTDIR=/usr/share/openldap/migration/
++INSTDIR=%INSTDIR%
  
  TMPDIR="/tmp"
  ETC_PASSWD="$TMPDIR/passwd.$$.ldap"
@@ -65,7 +65,7 @@
  PATH=$PATH:.
  export PATH
 -
-+INSTDIR=/usr/share/openldap/migration/
++INSTDIR=%INSTDIR%
  
  TMPDIR="/tmp"
  ETC_PASSWD="$TMPDIR/passwd.$$.ldap"
@@ -84,7 +84,7 @@
  
  PATH=$PATH:/usr/lib/nis:.
  export PATH
-+INSTDIR=/usr/share/openldap/migration/
++INSTDIR=%INSTDIR%
  
  TMPDIR="/tmp"
  ETC_PASSWD="$TMPDIR/passwd.$$.ldap"
@@ -104,7 +104,7 @@
  PATH=$PATH:.
  export PATH
 -
-+INSTDIR=/usr/share/openldap/migration/
++INSTDIR=%INSTDIR%
  
  TMPDIR="/tmp"
  ETC_PASSWD="$TMPDIR/passwd.$$.ldap"
@@ -123,7 +123,7 @@
  # Luke Howard <lukeh at padl.com> April 1997
  #
  
-+INSTDIR=/usr/share/openldap/migration/
++INSTDIR=%INSTDIR%
  DB="/tmp/nis.$$.ldif"
  
  if [ "X$ETC_ALIASES" = "X" ]; then
@@ -179,7 +179,7 @@
  SHELL=/bin/sh
  export SHELL
  
-+INSTDIR=/usr/share/openldap/migration/
++INSTDIR=%INSTDIR%
 +
  DB=/tmp/nis.$$.ldif
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/MigrationTools-instdir.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list