|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Small bug in libxv Makefile
$ tla file-diffs Makefile
--- orig/tools/xc/lib/Makefile
+++ mod/tools/xc/lib/Makefile
@@ -22,7 +22,7 @@
mkdir -p /usr/lib
mkdir -p /usr/include
cp -a $(LIB) /usr/lib
- for i in $(LIB); do chmod 755 /usr/bin/$i ; done
+ for i in $(LIB); do chmod 755 /usr/lib/$$i ; done
cp -a xc.h /usr/include
chmod 644 /usr/include/xc.h
I suppose a similar change should be made to the 'make dist' step.
best,
Jacob
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] Small bug in libxv Makefile,
Jacob Gorm Hansen <=
|
|
|
|
|