View | Details | Raw Unified | Return to bug 107126
Collapse All | Expand All

(-)epm/epm-3.7.patch (-2 / +10 lines)
Lines 68-74 Link Here
68
        fprintf(fp, "@exec /bin/chmod %04o %s\n", file->mode, file->dst);
68
        fprintf(fp, "@exec /bin/chmod %04o %s\n", file->mode, file->dst);
69
      }
69
      }
70
***************
70
***************
71
*** 330,337 ****
71
*** 326,337 ****
72
    if (Verbosity)
73
      puts("Building FreeBSD pkg binary distribution...");
74
  
75
!   if (run_command(NULL, "pkg_create -p / -s %s -c %s -d %s -f %s %s",
72
                    current, commentname, descrname, plistname, name))
76
                    current, commentname, descrname, plistname, name))
73
      return (1);
77
      return (1);
74
  
78
  
Lines 77-83 Link Here
77
  
81
  
78
   /*
82
   /*
79
    * Remove temporary files...
83
    * Remove temporary files...
80
--- 348,356 ----
84
--- 344,356 ----
85
    if (Verbosity)
86
      puts("Building FreeBSD pkg binary distribution...");
87
  
88
!   if (run_command(NULL, "/usr/sbin/pkg_create -p / -s %s -c %s -d %s -f %s %s",
81
                    current, commentname, descrname, plistname, name))
89
                    current, commentname, descrname, plistname, name))
82
      return (1);
90
      return (1);

Return to bug 107126