mirror of
https://github.com/libretro/slang-shaders.git
synced 2024-11-23 00:10:03 +00:00
build: fix .gitlab-ci.yml removal
Instead of deleting .gitlab-ci.yml after installing into INSTALLDIR, the target tried to delete gitlab-ci.yml (without dot).
This commit is contained in:
parent
1205c12853
commit
85955341f8
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ install:
|
||||
cp -r ./. $(DESTDIR)$(INSTALLDIR)
|
||||
rm -f $(DESTDIR)$(INSTALLDIR)/Makefile
|
||||
rm -f $(DESTDIR)$(INSTALLDIR)/configure
|
||||
rm -f $(DESTDIR)$(INSTALLDIR)/gitlab-ci.yml
|
||||
rm -f $(DESTDIR)$(INSTALLDIR)/.gitlab-ci.yml
|
||||
rm -rf $(DESTDIR)$(INSTALLDIR)/.git
|
||||
|
||||
test-install: all
|
||||
|
Loading…
Reference in New Issue
Block a user