summaryrefslogtreecommitdiff
path: root/package/hal/hal05-libtool-hack.patch
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 23:21:36 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 23:21:36 +0000
commitaf9a0ccb79723bef3c597ea72e417de968164c99 (patch)
tree3c4276485e0ae825e5aa6d1298f6757f9a973805 /package/hal/hal05-libtool-hack.patch
parent8cc56adc391887c5f156de83c65fdbba2f31a1fe (diff)
Add new 'hal' package.
Diffstat (limited to 'package/hal/hal05-libtool-hack.patch')
-rw-r--r--package/hal/hal05-libtool-hack.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/hal/hal05-libtool-hack.patch b/package/hal/hal05-libtool-hack.patch
new file mode 100644
index 000000000..1b7e11204
--- /dev/null
+++ b/package/hal/hal05-libtool-hack.patch
@@ -0,0 +1,13 @@
+diff -ur hal-0.5.8/libhal-storage/Makefile.in hal-0.5.8-patched/libhal-storage/Makefile.in
+--- hal-0.5.8/libhal-storage/Makefile.in 2006-09-11 18:25:32.000000000 -0500
++++ hal-0.5.8-patched/libhal-storage/Makefile.in 2007-01-14 17:17:28.628840792 -0600
+@@ -354,8 +354,7 @@
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ f=$(am__strip_dir) \
+- echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+- $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
++ cp -a "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ else :; fi; \
+ done
+