git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f01136
)
decline to configure in offline mode
author
Phil Blundell
<philb@gnu.org>
Tue, 3 Aug 2004 14:13:41 +0000
(14:13 +0000)
committer
Phil Blundell
<philb@gnu.org>
Tue, 3 Aug 2004 14:13:41 +0000
(14:13 +0000)
BKrev:
410f9d95
-apSjMUgDkpHntGLhTYG3A
classes/gconf.oeclass
patch
|
blob
|
history
diff --git
a/classes/gconf.oeclass
b/classes/gconf.oeclass
index
06697a7
..
cdf34af
100644
(file)
--- a/
classes/gconf.oeclass
+++ b/
classes/gconf.oeclass
@@
-1,5
+1,8
@@
gconf_postinst() {
if [ "$1" = configure ]; then
+ if [ "x$D" != "x" ]; then
+ exit 1
+ fi
SCHEMA_LOCATION=/etc/gconf/schemas
for SCHEMA in ${SCHEMA_FILES}; do
if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then