svn commit: r381514 - head/emulators/hyperv-is

Bryan Drewery bdrewery at FreeBSD.org
Tue Mar 17 19:22:09 UTC 2015


Author: bdrewery
Date: Tue Mar 17 19:22:08 2015
New Revision: 381514
URL: https://svnweb.freebsd.org/changeset/ports/381514
QAT: https://qat.redports.org/buildarchive/r381514/

Log:
  Remove spurious WRKDIR references.
  
  This is not referred to later so I assume it was debugging
  at some point.

Modified:
  head/emulators/hyperv-is/pkg-install

Modified: head/emulators/hyperv-is/pkg-install
==============================================================================
--- head/emulators/hyperv-is/pkg-install	Tue Mar 17 19:21:45 2015	(r381513)
+++ head/emulators/hyperv-is/pkg-install	Tue Mar 17 19:22:08 2015	(r381514)
@@ -5,17 +5,6 @@
 # adds hyperv labels in loader.conf 
 #
 
-#Check poudriere workdirs
-POD_WRK_HOME=/wrkdirs
-if [ ! -d ${POD_WRK_HOME} ]; then
-      POD_WRK_HOME=/
-fi
-
-WRKDIRS=${POD_WRK_HOME}$(pwd |awk '{print $1}')/work/stage
-if [ ! -d ${WRKDIRS} ]; then
-   WRKDIRS=/
-fi
-
 if [ "$2" = "PRE-INSTALL" ]; then
 echo "===> Pre-install Check"
 


More information about the svn-ports-head mailing list