Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2002 11:24:25 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9727 for review
Message-ID:  <200204141824.g3EIOPO51444@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9727

Change 9727 by des@des.at.des.thinksec.com on 2002/04/14 11:24:13

	Stuff the tarball in /tmp.

Affected files ...

... //depot/projects/openpam/dist.sh#3 edit

Differences ...

==== //depot/projects/openpam/dist.sh#3 (text+ko) ====

@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $P4: //depot/projects/openpam/dist.sh#2 $
+# $P4: //depot/projects/openpam/dist.sh#3 $
 #
 
 set -e
@@ -13,5 +13,5 @@
     install -d -m 0755 "${distname}/$(dirname ${file})"
     install -c -m 0644 "${file}" "${distname}/${file}"
 done
-tar zcf "${distname}.tar.gz" "${distname}"
+tar zcf "/tmp/${distname}.tar.gz" "${distname}"
 rm -rf "${distname}"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204141824.g3EIOPO51444>