diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-03-14 15:18:53 +0100 |
---|---|---|
committer | Dennis kasprzyk <onestone@opencompositing.org> | 2008-03-14 15:18:53 +0100 |
commit | 747c54413cd6c7cc24015511915c4a1b5a47e586 (patch) | |
tree | 282c8b17d62a78334d1cee762050a1f1136a9e59 | |
parent | 193c4a2c16bd5814d3cfefa4d7aca652e829eaa4 (diff) | |
download | tile-747c54413cd6c7cc24015511915c4a1b5a47e586.tar.gz tile-747c54413cd6c7cc24015511915c4a1b5a47e586.tar.bz2 |
Makefile update.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; \ |