mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
11 lines
344 B
Diff
11 lines
344 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -547,7 +547,7 @@
|
|
# This ignores whitespace because on Windows the output has CRLF line endings.
|
|
diff -wur "$(CURDIR)/expected/$(MULTIARCH_TRIPLE)" "$(SYSROOT_SHARE)"
|
|
|
|
-install: finish
|
|
+install:
|
|
mkdir -p "$(INSTALL_DIR)"
|
|
cp -r "$(SYSROOT)/lib" "$(SYSROOT)/share" "$(SYSROOT)/include" "$(INSTALL_DIR)"
|
|
|