Fix clean dist

This commit is contained in:
Yadd 2022-02-20 07:15:43 +01:00
parent bb36a9e526
commit eb66f7f09c
1 changed files with 1 additions and 1 deletions

View File

@ -1091,7 +1091,7 @@ dist: clean
@cp -pRH $$(find * -maxdepth 0|grep -v -e "lemonldap-ng-$(VERSION)") lemonldap-ng-$(VERSION)
@find $$dir -name '*.bak' -delete
@rm -rf lemonldap-ng-$(VERSION)/lemonldap-ng-$(VERSION)
@rm -rf `find lemonldap-ng-$(VERSION)/ -name node_modules`
@find lemonldap-ng-$(VERSION)/ -name node_modules -exec rm -rf '{}' \;
@$(COMPRESS) lemonldap-ng-$(VERSION).$(COMPRESSSUFFIX) lemonldap-ng-$(VERSION)
@rm -rf lemonldap-ng-$(VERSION)