pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk/files/pbulk/scripts Fix a hardcoded pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0acee1758eb
branches:  trunk
changeset: 537925:d0acee1758eb
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jan 21 12:37:46 2008 +0000

description:
Fix a hardcoded path (probably a mistake in rev 1.8)

diffstat:

 pkgtools/pbulk/files/pbulk/scripts/pkg-build |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8b5364999a52 -r d0acee1758eb pkgtools/pbulk/files/pbulk/scripts/pkg-build
--- a/pkgtools/pbulk/files/pbulk/scripts/pkg-build      Mon Jan 21 12:05:52 2008 +0000
+++ b/pkgtools/pbulk/files/pbulk/scripts/pkg-build      Mon Jan 21 12:37:46 2008 +0000
@@ -1,5 +1,5 @@
 #!@SH@
-# $NetBSD: pkg-build,v 1.10 2008/01/18 11:36:18 rillig Exp $
+# $NetBSD: pkg-build,v 1.11 2008/01/21 12:37:46 tnn Exp $
 #
 # Copyright (c) 2007, 2008 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
 # All rights reserved.
@@ -96,7 +96,7 @@
 
 set -e
 
-/usr/pkg_bulk/libexec/pbulk/client-clean
+@PREFIX@/libexec/pbulk/client-clean
 
 # Create the output directory and clean it up
 mkdir -p ${bulklog}/${pkgname}



Home | Main Index | Thread Index | Old Index