SHA256
1
0
forked from pool/systemtap
systemtap/systap-elf-install.patch

15 lines
390 B
Diff
Raw Normal View History

--- Makefile.am-dist 2006-08-09 15:12:54.000000000 +0200
+++ Makefile.am 2006-08-09 15:13:04.000000000 +0200
@@ -41,9 +41,9 @@
.PHONY: install-elfutils
install-elfutils:
- mkdir -p $(pkglibdir)
+ mkdir -p $(DESTDIR)$(pkglibdir)
cp -df lib-elfutils/*.so* lib-elfutils/${PACKAGE_NAME}/*.so* \
- $(pkglibdir)
+ $(DESTDIR)$(pkglibdir)
install-exec-local: install-elfutils
endif