[csw-devel] SF.net SVN: gar:[6163] csw/mgar/pkg/unixodbc/trunk/files/CSWunixodbc. postinstall

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Sep 2 13:54:40 CEST 2009


Revision: 6163
          http://gar.svn.sourceforge.net/gar/?rev=6163&view=rev
Author:   wahwah
Date:     2009-09-02 11:54:40 +0000 (Wed, 02 Sep 2009)

Log Message:
-----------
unixodbc: Fixing a typo in the postinstall script

Modified Paths:
--------------
    csw/mgar/pkg/unixodbc/trunk/files/CSWunixodbc.postinstall

Modified: csw/mgar/pkg/unixodbc/trunk/files/CSWunixodbc.postinstall
===================================================================
--- csw/mgar/pkg/unixodbc/trunk/files/CSWunixodbc.postinstall	2009-09-02 10:00:58 UTC (rev 6162)
+++ csw/mgar/pkg/unixodbc/trunk/files/CSWunixodbc.postinstall	2009-09-02 11:54:40 UTC (rev 6163)
@@ -50,8 +50,8 @@
 for ff in ${filepairs} ${dirpairs}; do
   old_location=`echo ${ff} | awk -F: '{print $1}'`
   new_location=`echo ${ff} | awk -F: '{print $2}'`
-  abs_old_location="${PKG_INSTSALL_ROOT}${old_location}"
-  abs_new_location="${PKG_INSTSALL_ROOT}${new_location}"
+  abs_old_location="${PKG_INSTALL_ROOT}${old_location}"
+  abs_new_location="${PKG_INSTALL_ROOT}${new_location}"
   old_location_noslash=`echo "${old_location}" | sed -e 's+^/++'`
   dubdots=`gen_dubdots "${new_location}"`
   if [ -r "${abs_old_location}" ]; then


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list