mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-22 00:42:15 -05:00
makes sed be darwin or linux hopefully
This commit is contained in:
parent
3420c7565c
commit
3d9065f400
@ -8,7 +8,7 @@ tar xzf ../bc-project.tar.gz
|
||||
rm ../bc-project.tar.gz
|
||||
|
||||
cd bc-project
|
||||
find . -type f -name "*.java" -print0 | xargs -0 sed -i '' 's/org.bouncycastle/org.bc/g'
|
||||
find . -type f -name "*.java" -print0 | xargs -0 ../../build/seds 's/org.bouncycastle/org.bc/g'
|
||||
|
||||
for DIR in $(find . -type d -name "bouncycastle")
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user