nuodb / migration-tools

Migration tools for NuoDB
http://nuodb.github.com/migration-tools/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Permissions of bin directory in assembly are wrong. #38

Closed rbuck closed 4 years ago

rbuck commented 9 years ago

Roberts-MBP:tools rbuck$ ls -al migrator total 0 drwxr-xr-x 5 rbuck staff 170 Jan 20 10:56 . drwxr-xr-x 4 rbuck staff 136 Jan 20 10:56 .. d--------- 4 rbuck staff 136 Jan 20 10:25 bin <<<<<<<<<<<<<< BAD PERMS HERE drwxr-xr-x 5 rbuck staff 170 Jan 20 10:25 conf drwxr-xr-x 28 rbuck staff 952 Jan 20 10:56 jar Roberts-MBP:tools rbuck$ ls -al migrator.orig/ total 0

mgodekere commented 9 years ago

Merged this pull request into rel/2.1.1 Verified that the permissions on the bin directory are as expected on the extracted nuodb-migrator.tar

[plothridge] Do you want us to merge into master ?