mirror of
https://github.com/processing/processing4.git
synced 2026-03-15 17:07:49 +01:00
Dir permissions (#1400)
Set dir permission to fix an issue for the nix packagemanager
This commit is contained in:
@@ -81,6 +81,7 @@ legacyLibraries.forEach { library ->
|
||||
include("library/**/*")
|
||||
include("examples/**/*")
|
||||
into( javaMode("/libraries/$library"))
|
||||
dirPermissions { unix("rwx------") };
|
||||
}
|
||||
bundle.configure {
|
||||
dependsOn("library-$library-extraResources")
|
||||
|
||||
Reference in New Issue
Block a user