projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23953bc
)
1.0.15.22: slightly nicer contrib installation
author
Nikodemus Siivola
<nikodemus@random-state.net>
Thu, 13 Mar 2008 10:59:59 +0000
(10:59 +0000)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Thu, 13 Mar 2008 10:59:59 +0000
(10:59 +0000)
* Install owned by the install.sh runner, not builder. Don't install
CVS directories.
* Thanks to Eugene Ossintsev.
contrib/asdf-module.mk
patch
|
blob
|
history
diff --git
a/contrib/asdf-module.mk
b/contrib/asdf-module.mk
index
dc6a07a
..
a4963f6
100644
(file)
--- a/
contrib/asdf-module.mk
+++ b/
contrib/asdf-module.mk
@@
-29,4
+29,4
@@
test: all
install: $(EXTRA_INSTALL_TARGETS)
- tar cf - . | ( cd "$(BUILD_ROOT)$(INSTALL_DIR)" && tar xpvf - )
+ tar --exclude=CVS -cf - . | ( cd "$(BUILD_ROOT)$(INSTALL_DIR)" && tar --no-same-owner -xpvf - )