summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kasprzyk <onestone@opencompositing.org>2008-03-14 15:18:10 +0100
committerDennis kasprzyk <onestone@opencompositing.org>2008-03-14 15:18:10 +0100
commit81168f0e5056fdfd63ff60d971950a48f4c5d385 (patch)
tree463d5d307b56a95ba272814157e14365e2fb953f
parent615f23a87e2c4a4b76f11de063ca949425ddb7a6 (diff)
downloadneg-81168f0e5056fdfd63ff60d971950a48f4c5d385.tar.gz
neg-81168f0e5056fdfd63ff60d971950a48f4c5d385.tar.bz2
Makefile update.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6af121c..ccaa8d4 100644
--- a/Makefile
+++ b/Makefile
@@ -405,8 +405,8 @@ install: $(DESTDIR) all
else \
$(ECHO) "install : $(schema-output)"; \
fi; \
- GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`; \
if [ "x$(USER)" = "xroot" ]; then \
+ GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
gconftool-2 --makefile-install-rule $(schema-output) > /dev/null; \
else \
gconftool-2 --install-schema-file=$(schema-output) > /dev/null; \
@@ -500,7 +500,7 @@ uninstall:
$(ECHO) "uninstall : $(schema-output)"; \
fi; \
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
- gconftool-2 --makefile-install-rule $(schema-output) > /dev/null; \
+ gconftool-2 --makefile-uninstall-rule $(schema-output) > /dev/null; \
if [ '$(color)' != 'no' ]; then \
$(ECHO) -e "\r\033[0muninstall : \033[34m$(schema-output)\033[0m"; \
fi; \