Changeset 73 for trunk


Ignore:
Timestamp:
10/01/12 14:27:09 (12 years ago)
Author:
bas
Message:

really fix the pbs_mkdirs.in problem :-(

Location:
trunk/patches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/patches/apply

    r60 r73  
    1212#
    1313#cp debian/patches/pbs_mkdirs.in buildutils
     14patch -p0 < debian/patches/pbs_mkdirs.patch
    1415
    1516## We do not need this anymore
  • trunk/patches/pbs_mkdirs.patch

    r72 r73  
    33--- buildutils/pbs_mkdirs.in    (revision 6869)
    44+++ buildutils/pbs_mkdirs.in    (working copy)
    5 @@ -340,17 +340,16 @@
     5@@ -340,18 +340,17 @@
    66 
    77        test -f $PBS_ENVIRON || check_env || return 1
     
    2121 {
    2222-  echo "loadlibfile = $HAVE_LOAD_LIB_FILE"
    23    test -n "$verbose" && echo "loadlibfile = $HAVE_LOAD_LIB_FILE"
     23-  test -n "$verbose" && echo "loadlibfile = $HAVE_LOAD_LIB_FILE"
     24+    test -n "$verbose" && echo "loadlibfile = $HAVE_LOAD_LIB_FILE"
    2425     if [ "$HAVE_LOAD_LIB_FILE" = "yes" ]; then
    2526       test -n "$verbose" && echo Making libtorque.conf
     27 
    2628@@ -413,10 +412,10 @@
    2729                $PBS_SERVER_HOME/server_priv/accounting \
Note: See TracChangeset for help on using the changeset viewer.