Skip to content

Commit

Permalink
fixing relative path for new location in tree
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Sep 28, 2016
1 parent bf1780d commit d5dd933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/deb/create-deb-qt4.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SOURCE_DIR=$PWD
SOURCE_DIR=$PWD/../../
TEMP_DIR=$(mktemp -d)
BUILD_DIR=$TEMP_DIR/build
DEB_DIR=$BUILD_DIR/deb
Expand Down
2 changes: 1 addition & 1 deletion pkg/deb/create-deb-qt5.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SOURCE_DIR=$PWD
SOURCE_DIR=$PWD/../../
TEMP_DIR=$(mktemp -d)
BUILD_DIR=$TEMP_DIR/build
DEB_DIR=$BUILD_DIR/deb
Expand Down

0 comments on commit d5dd933

Please sign in to comment.