summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Nelson <Mark.J.Nelson@Oracle.COM>2010-04-21 14:38:15 -0600
committerMark J. Nelson <Mark.J.Nelson@Oracle.COM>2010-04-21 14:38:15 -0600
commit6f269e977ae7318d374676a38d516ed59c43135e (patch)
tree1915963394839e6a3b98068ca5696ea3ee866226
parent80e2ca8596e3435bc3b76f3c597833ea0a87f85e (diff)
downloadillumos-gate-6f269e977ae7318d374676a38d516ed59c43135e.tar.gz
6945222 need an onnv-gate workaround to adjust cfg_cache permissions
-rw-r--r--usr/src/pkg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/pkg/Makefile b/usr/src/pkg/Makefile
index ecf04237ea..602c255d62 100644
--- a/usr/src/pkg/Makefile
+++ b/usr/src/pkg/Makefile
@@ -20,8 +20,7 @@
#
#
-# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
include $(SRC)/Makefile.master
@@ -460,6 +459,7 @@ repository-metadata: publish_pkgs
$(PKGDEBUG)for r in $(REPOS); do \
/usr/lib/pkg.depotd -d $(PKGDEST)/repo.$$r \
--add-content --exit-ready; \
+ chmod a+r $(PKGDEST)/repo.$$r/cfg_cache; \
done
#