Don't drop rpm dir, the lemonldap-ng.{fc,te} files are needed to build from tarball

This commit is contained in:
Xavier Bachelot 2021-03-17 17:06:24 +01:00
parent 5fc0b6f002
commit e26c569d24
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ manager_uninstall: manager
dist: clean
@mkdir -p lemonldap-ng-$(VERSION)
@cp -pRH $$(find * -maxdepth 0|grep -v -e "\(lemonldap-ng-$(VERSION)\|debian\|rpm\)") lemonldap-ng-$(VERSION)
@cp -pRH $$(find * -maxdepth 0|grep -v -e "\(lemonldap-ng-$(VERSION)\|debian\)") lemonldap-ng-$(VERSION)
@find $$dir -name '*.bak' -delete
@rm -rf lemonldap-ng-$(VERSION)/lemonldap-ng-$(VERSION)
@rm -rf lemonldap-ng-$(VERSION)/node_modules