|
[Sbcl-commits] CVS: sbcl/contrib asdf-module.mk,1.20,1.21
From: Christophe Rhodes <crhodes@us...> - 2010-01-28 11:36
|
Update of /cvsroot/sbcl/sbcl/contrib
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7173/contrib
Modified Files:
asdf-module.mk
Log Message:
1.0.34.14: fix permissions of directories of asdf-using contribs
Report (lp #508485, sbcl-devel variously) and fix from Eugene Ossintsev
Index: asdf-module.mk
===================================================================
RCS file: /cvsroot/sbcl/sbcl/contrib/asdf-module.mk,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- asdf-module.mk 28 Apr 2009 16:02:13 -0000 1.20
+++ asdf-module.mk 28 Jan 2010 11:36:27 -0000 1.21
@@ -35,4 +35,4 @@
# preserve owner, so chown after installing for the current user.
install: $(EXTRA_INSTALL_TARGETS)
tar cf - . | ( cd "$(BUILD_ROOT)$(INSTALL_DIR)" && tar xpvf - )
- find "$(BUILD_ROOT)$(INSTALL_DIR)" -type f -exec chown `id -u`:`id -g` {} \;
+ find "$(BUILD_ROOT)$(INSTALL_DIR)" -exec chown `id -u`:`id -g` {} \;
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl/contrib asdf-module.mk,1.20,1.21 | Christophe Rhodes <crhodes@us...> |