Clear all existing .info files when updating

This commit is contained in:
Rob Loach 2017-10-30 14:39:15 -04:00 committed by GitHub
parent 5261908c27
commit 9175c5d47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ install:
cp -a *.info $(DESTDIR)$(INSTALLDIR)
update:
rm -rf libretro-super
rm -rf libretro-super *.info
git clone --depth=1 https://github.com/libretro/libretro-super.git
cp -f libretro-super/dist/info/*.info .