1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/libretro-database/fix-busybox-incompability.patch
2020-01-03 19:13:49 +01:00

13 lines
390 B
Diff

diff --git a/Makefile b/Makefile
index 0c3a33fd..65436325 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ all:
install:
mkdir -p $(DESTDIR)$(INSTALLDIR)
- cp -ar -t $(DESTDIR)$(INSTALLDIR) cht cursors rdb
+ cp -ar cht cursors rdb $(DESTDIR)$(INSTALLDIR)
find $(DESTDIR)$(INSTALLDIR) -type f -name "*.zip" -delete
find $(DESTDIR)$(INSTALLDIR) -type f -name "*.xml" -delete