mirror of
https://github.com/libretro/libretro-database
synced 2025-03-18 05:54:12 +00:00
Fix deployment of dat folder
This commit is contained in:
2
Makefile
2
Makefile
@ -6,4 +6,4 @@ all:
|
||||
install:
|
||||
mkdir -p $(DESTDIR)
|
||||
cp -ar * $(DESTDIR)
|
||||
rm -rf $(DESTDIR)/metadat $(DESTDIR)/scripts $(DESTDIR)/Makefile $(DESTDIR)/configure
|
||||
rm -rf $(DESTDIR)/metadat $(DESTDIR)/scripts $(DESTDIR)/dat $(DESTDIR)/Makefile $(DESTDIR)/configure
|
||||
|
Reference in New Issue
Block a user