Skip to content

Commit

Permalink
Fixed zstackio#370 use user.home variable instead of /root/
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbkni committed Mar 7, 2018
1 parent 3a19fa8 commit 6a8adb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstackbuild/projects/zstack-pysdk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<project name="zstack pysdk builder" basedir="../">
<target name="assemble-zstack-pysdk">
<copy todir="${tools.dir}">
<fileset dir="/root/">
<fileset dir="${user.home}">
<include name="zssdk.py" />
</fileset>
</copy>
Expand Down

0 comments on commit 6a8adb4

Please sign in to comment.