18468627 integrate xattr (fix full pkglint build)
authorDanek Duvall <danek.duvall@oracle.com>
Thu, 24 Apr 2014 11:22:01 -0700
changeset 1856 5cf0993ae969
parent 1855 7bd4034d9560
child 1857 807203564f54
18468627 integrate xattr (fix full pkglint build)
components/python/xattr/depend.mk
tools/pkglint.sh
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/xattr/depend.mk	Thu Apr 24 11:22:01 2014 -0700
@@ -0,0 +1,1 @@
+python/xattr:	python/cffi
--- a/tools/pkglint.sh	Fri Apr 25 14:23:37 2014 -0700
+++ b/tools/pkglint.sh	Thu Apr 24 11:22:01 2014 -0700
@@ -19,14 +19,13 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 IFS=
-export WS_TOP=WS_TOP_XXX
 
 SLEEPTIME=60
 
-LOCKFILE=${WS_TOP}/pkglint.lock
+LOCKFILE=WS_TOP_XXX/pkglint.lock
 
 lockfile -${SLEEPTIME} ${LOCKFILE}