Skip to content

Commit b7597c3

Browse files
committed
Correct packaging script issue
1 parent 8fc5238 commit b7597c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ echo "INFO: call bootstrap..."
7373
./bootstrap
7474

7575
# Check working directory
76-
cd ..
76+
cd ${TMP_DIR}/
7777

7878
# Package it
7979
echo "INFO: Packaging..."
80-
tar -zcf cacti-spine-${VERSION}.tar.gz cacti-spine-${VERSION}
80+
tar -zcf cacti-spine-${VERSION}.tar.gz cacti-spine-${VERSION}
8181
[ $? -gt 1 ] && echo "ERROR: Unable to package" && exit -1
8282

8383
# Change working directory

0 commit comments

Comments
 (0)