aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-database/fix-busybox-incompability.patch
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-08-21 13:31:59 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-08-21 11:06:01 -0300
commit4d14e2278a947c9d333552ce9a1d35f69966c194 (patch)
treed5ef0132f401961ce362c86c95bd6983320bf2c9 /testing/libretro-database/fix-busybox-incompability.patch
parent06b2c874a9dc365e2190c60bb93ea7a6f27fc72c (diff)
downloadaports-4d14e2278a947c9d333552ce9a1d35f69966c194.tar.bz2
aports-4d14e2278a947c9d333552ce9a1d35f69966c194.tar.xz
testing/libretro-database: new aport
Diffstat (limited to 'testing/libretro-database/fix-busybox-incompability.patch')
-rw-r--r--testing/libretro-database/fix-busybox-incompability.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/libretro-database/fix-busybox-incompability.patch b/testing/libretro-database/fix-busybox-incompability.patch
new file mode 100644
index 0000000000..24c4467dc8
--- /dev/null
+++ b/testing/libretro-database/fix-busybox-incompability.patch
@@ -0,0 +1,13 @@
+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
+