Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(IDNAConvert): just add the vendor folder partially
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Oct 18, 2018
1 parent 8df45f6 commit bd01cbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ buildsources:
mkdir -p $(FOLDER)/install/modules/addons/ispapibackorder
cp *.md HISTORY.old LICENSE *.pdf $(FOLDER)
cp *.php $(FOLDER)/install/modules/addons/ispapibackorder
cp -a api backend controller crons lang templates vendor $(FOLDER)/install/modules/addons/ispapibackorder
cp -a api backend controller crons lang templates $(FOLDER)/install/modules/addons/ispapibackorder
mkdir $(FOLDER)/install/modules/addons/ispapibackorder/vendor
cp -a vendor/mso $(FOLDER)/install/modules/addons/ispapibackorder/vendor
find $(FOLDER)/install -name "*~" | xargs rm -f
find $(FOLDER)/install -name "*.bak" | xargs rm -f
rm -f $(FOLDER)/install/modules/addons/ispapibackorder/crons/batch_test.php
Expand Down

0 comments on commit bd01cbb

Please sign in to comment.