Closed cEvolve05 closed 4 years ago
+ cp acc-201910132/module.prop /data/data/mattecarra.accapp/files/acc/
cp: /data/data/mattecarra.accapp/files/acc/: Is a directory
+ e=1
+ echo
+ exit 1
That's the problematic part. However, the logic is not wrong. Besides, I would have stumbled across it, too. Something else is not right - and it may be on your side only.
Your arrangement breaks the installation logic (files are misplaced).
Anyway, I'll keep an eye on this. Thanks
I am sorry. Because I am not very good at English and I can't reply in time. Can you forgive me? Think you very much!
Before I modify install-current.sh. It said that Failed to install. logs:
After that, I found that there may be a mistake in install-current.sh in line 111-113
After I put
cp -R $srcDir/$id/ $installDir/
underinstallDir=$installDir/$id [ ${installDir0:-x} == x ] && installDir0=/data/data/mattecarra.accapp/files/$id || installDir0=$installDir0/$id
It works well. Is it a bug? Will it be fixed?