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

Commit

Permalink
Add missing trailing slash from Linux 32 bit path.
Browse files Browse the repository at this point in the history
  • Loading branch information
residuum committed Dec 12, 2016
1 parent dfb6129 commit f923ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-build/linux32_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

git clone https://github.com/residuum/PuRestJson.wiki.git /tmp/PuRestJson.wiki/

python create-manual.py ${CHROOTDIR}/manual
python create-manual.py ${CHROOTDIR}/manual/

sudo chroot ${CHROOTDIR} bash -c "cd PuRestJson && make machine=i386 deken"
cp ${CHROOTDIR}/PuRestJson/*.tar.gz .

0 comments on commit f923ca2

Please sign in to comment.