Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Izzatbek committed Mar 18, 2016
1 parent e46c4a0 commit a09ce31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions building-and-packaging/linux/create-deb
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ def getVersion():
VERSION = getVersion()
ARCH = platform.machine()

os.chdir(HERE)
# Generate and copy files neccessary to build libpointing
subprocess.call("python prepare", stdout=subprocess.PIPE, shell=True)
DIST = os.path.relpath(os.path.join(HERE, "libpointing-dist"), os.getcwd())
print DIST
os.chdir(DIST)
subprocess.call("make")
os.chdir("..")
Expand Down

0 comments on commit a09ce31

Please sign in to comment.