We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc5238 commit b7597c3Copy full SHA for b7597c3
package
@@ -73,11 +73,11 @@ echo "INFO: call bootstrap..."
73
./bootstrap
74
75
# Check working directory
76
-cd ..
+cd ${TMP_DIR}/
77
78
# Package it
79
echo "INFO: Packaging..."
80
-tar -zcf cacti-spine-${VERSION}.tar.gz cacti-spine-${VERSION}
+tar -zcf cacti-spine-${VERSION}.tar.gz cacti-spine-${VERSION}
81
[ $? -gt 1 ] && echo "ERROR: Unable to package" && exit -1
82
83
# Change working directory
0 commit comments