summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-10 00:17:29 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-10 00:17:29 +0000
commita7a26b8bbbdbe018230609facd6d3264687baaa4 (patch)
tree0af153fdd567c47e03ac2169efa2a023110433ef
parent3deaac20d85bd3d04e41457bef248a2aaa56fa3e (diff)
downloadxine-lib-a7a26b8bbbdbe018230609facd6d3264687baaa4.tar.gz
xine-lib-a7a26b8bbbdbe018230609facd6d3264687baaa4.tar.bz2
Quote id -u usage so that it doesn't throw an error in Solaris older than 11. Patch by Albert Lee.
CVS patchset: 8654 CVS date: 2007/03/10 00:17:29
-rw-r--r--misc/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index 200617c2a..ad23067f6 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -12,7 +12,7 @@ install-data-hook:
$(top_srcdir)/post-install.sh ; \
fi; \
fi; \
- if test -x /usr/bin/chcon -a `id -u` -eq 0; then \
+ if test -x /usr/bin/chcon -a "`id -u`" -eq 0; then \
list='$(lib_LTLIBRARIES)'; \
if test -n "$$list" ; then \
for p in $$list; do \