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 19:19:34 +0300
committernickthetait <tait@alephobjects.com>2016-02-25 19:19:53 +0300
commit859bf4dd80ad63a25efbc0f404c7435f53d56d2e (patch)
treea1389f08b39760cd915ef84339fdfa4435b4aae6
parent2ea01008adb53309df7e1ddd4476590dd5a88cbf (diff)
Revert Debian standardization
This reverts commits: d9fac33acfbb2ef8a2eda22459c8e0640b1935f9 08c4f16a8f9c73f4aa44d6cf30521cc0dc28504f
-rwxr-xr-xpackage.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.sh b/package.sh
index 760b3bfa60..adfb532383 100755
--- a/package.sh
+++ b/package.sh
@@ -274,7 +274,7 @@ if [ "$BUILD_TARGET" = "debian_i386" ]; then
chmod 755 scripts/linux/${BUILD_TARGET}/usr -R
chmod 755 scripts/linux/${BUILD_TARGET}/DEBIAN -R
cd scripts/linux
- dpkg-deb -Zgzip --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/Cura-${FULL_VERSION}-i386.deb
+ dpkg-deb -Zgzip --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/cura_${FULL_VERSION}_i386.deb
chown `id -un`:`id -gn` ${BUILD_TARGET} -R
"
exit
@@ -306,7 +306,7 @@ if [ "$BUILD_TARGET" = "debian_amd64" ]; then
chmod 755 scripts/linux/${BUILD_TARGET}/usr -R
chmod 755 scripts/linux/${BUILD_TARGET}/DEBIAN -R
cd scripts/linux
- dpkg-deb -Zgzip --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/Cura-${FULL_VERSION}-amd64.deb
+ dpkg-deb -Zgzip --build ${BUILD_TARGET} $(dirname ${TARGET_DIR})/cura_${FULL_VERSION}_amd64.deb
chown `id -un`:`id -gn` ${BUILD_TARGET} -R
"
exit