diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-03-14 15:18:41 +0100 |
---|---|---|
committer | Dennis kasprzyk <onestone@opencompositing.org> | 2008-03-14 15:18:41 +0100 |
commit | 9276f1ef9d2a224e76d6f0311e1278871a08acd7 (patch) | |
tree | 56a25d071b2f67f6e2e87d9cc97b545889424d74 | |
parent | a8af4ebc8970d1643ae4d90250ed23e7ab1f1cfd (diff) | |
download | splash-9276f1ef9d2a224e76d6f0311e1278871a08acd7.tar.gz splash-9276f1ef9d2a224e76d6f0311e1278871a08acd7.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; \ |