Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickthetait <tait@alephobjects.com>2016-02-25 18:15:44 +0300
committernickthetait <tait@alephobjects.com>2016-02-25 18:15:44 +0300
commit6a236a40f266dd8fd53ff6ed5b1e3132977e0a13 (patch)
tree3b9444e253ac7cac6dbb3a234e3fab7d9ce382a9
parentd9fac33acfbb2ef8a2eda22459c8e0640b1935f9 (diff)
Standardize armhf build naming
-rwxr-xr-xpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index a37d09ff8f..760b3bfa60 100755
--- a/package.sh
+++ b/package.sh
@@ -338,7 +338,7 @@ if [ "$BUILD_TARGET" = "debian_armhf" ]; then
chmod 755 scripts/linux/${BUILD_TARGET}/usr -R
chmod 755 scripts/linux/${BUILD_TARGET}/DEBIAN -R
cd scripts/linux
- dpkg-deb --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/cura_${BUILD_VERSION}-${BUILD_TARGET}.deb
+ dpkg-deb --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/Cura-${FULL_VERSION}-${BUILD_TARGET}.deb
chown `id -un`:`id -gn` ${BUILD_TARGET} -R
"
exit