diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-03 12:10:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-03 19:13:49 +0100 |
commit | 3afc3ef5b18bcf389d116dc878f9a609f5f6b676 (patch) | |
tree | 6ef672d0fbeb9bcb0cc12a138a8734faf8252622 /testing/libretro-database/fix-busybox-incompability.patch | |
parent | d5dff1abb6087c2caa497c838c2826cbad667f2d (diff) | |
download | aports-3afc3ef5b18bcf389d116dc878f9a609f5f6b676.tar.bz2 aports-3afc3ef5b18bcf389d116dc878f9a609f5f6b676.tar.xz |
community/libretro-database: move from testing
Diffstat (limited to 'testing/libretro-database/fix-busybox-incompability.patch')
-rw-r--r-- | testing/libretro-database/fix-busybox-incompability.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/libretro-database/fix-busybox-incompability.patch b/testing/libretro-database/fix-busybox-incompability.patch deleted file mode 100644 index 24c4467dc8..0000000000 --- a/testing/libretro-database/fix-busybox-incompability.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 - |