PERFORCE change 114184 for review

Michael Bushkov bushman at FreeBSD.org
Wed Feb 7 16:29:00 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=114184

Change 114184 by bushman at bushman_nss_ldap_cached on 2007/02/07 16:28:40

	Small bugfix in buildport.sh utility

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached_openldap/nss_ldap_port/build_port.sh#2 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached_openldap/nss_ldap_port/build_port.sh#2 (text+ko) ====

@@ -36,7 +36,7 @@
   lastdir=`pwd`
 
   cd $1
-  make -DDISTDIR='$2' makesum
+  make DISTDIR="$2" makesum
 
   cd $lastdir
 }
@@ -72,4 +72,4 @@
 cp $new_src_path.tar.gz $DEST_DIST_ARCHIVE_PATH
 
 #removing temp dir
-rm -rf $TMPDIR+rm -rf $TMPDIR


More information about the p4-projects mailing list