chiark / gitweb /
Allow for odd shaped platforms and generalize the UM2 clip code into no-go zones.
[cura.git] / package.sh
index 30f4b01ff2f49a36a9590dbf497c7e10bbc561a1..e93d54db678dfd1195e2d807fd014eb498f7d590 100755 (executable)
@@ -160,7 +160,7 @@ if [ "$BUILD_TARGET" = "debian" ]; then
        cp scripts/linux/cura.py scripts/linux/debian/usr/share/cura/
        cp -a Power/power scripts/linux/debian/usr/share/cura/
        echo $BUILD_NAME > scripts/linux/debian/usr/share/cura/Cura/version
-       sudo chown root:root scripts/linux/debian/usr -R
+       sudo chown root:root scripts/linux/debian -R
        sudo chmod 755 scripts/linux/debian/usr -R
        sudo chmod 755 scripts/linux/debian/DEBIAN -R
        cd scripts/linux