fix permissions when using package
This commit is contained in:
parent
804e7f5248
commit
eff6d752f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15130
3 changed files with 15 additions and 0 deletions
|
@ -2,6 +2,7 @@ bin/jnethack
|
|||
lib/jnethackdir/jnethack
|
||||
@exec mkdir %D/lib/jnethackdir/save
|
||||
@exec chmod -R 775 %D/lib/jnethackdir
|
||||
@exec chmod 2755 %D/lib/jnethackdir/jnethack
|
||||
@exec chown games.games %D/lib/jnethackdir/save
|
||||
@unexec rm -rf %D/lib/jnethackdir/save
|
||||
lib/jnethackdir/A-filla.lev
|
||||
|
@ -133,6 +134,10 @@ share/examples/ja/nethack/nethack.rc
|
|||
share/examples/ja/nethack/JNetHack.ad
|
||||
share/examples/ja/nethack/nh10.pcf.gz
|
||||
share/examples/ja/nethack/ibm.pcf.gz
|
||||
@mode 664
|
||||
lib/jnethackdir/logfile
|
||||
lib/jnethackdir/record
|
||||
lib/jnethackdir/perm
|
||||
@dirrm share/doc/ja/nethack
|
||||
@dirrm share/examples/ja/nethack
|
||||
@dirrm lib/jnethackdir
|
||||
|
|
|
@ -2,6 +2,7 @@ bin/jnethack
|
|||
lib/jnethackdir/jnethack
|
||||
@exec mkdir %D/lib/jnethackdir/save
|
||||
@exec chmod -R 775 %D/lib/jnethackdir
|
||||
@exec chmod 2755 %D/lib/jnethackdir/jnethack
|
||||
@exec chown games.games %D/lib/jnethackdir/save
|
||||
@unexec rm -rf %D/lib/jnethackdir/save
|
||||
lib/jnethackdir/A-filla.lev
|
||||
|
@ -133,6 +134,10 @@ share/examples/ja/nethack/nethack.rc
|
|||
share/examples/ja/nethack/JNetHack.ad
|
||||
share/examples/ja/nethack/nh10.pcf.gz
|
||||
share/examples/ja/nethack/ibm.pcf.gz
|
||||
@mode 664
|
||||
lib/jnethackdir/logfile
|
||||
lib/jnethackdir/record
|
||||
lib/jnethackdir/perm
|
||||
@dirrm share/doc/ja/nethack
|
||||
@dirrm share/examples/ja/nethack
|
||||
@dirrm lib/jnethackdir
|
||||
|
|
|
@ -2,6 +2,7 @@ bin/jnethack
|
|||
lib/jnethackdir/jnethack
|
||||
@exec mkdir %D/lib/jnethackdir/save
|
||||
@exec chmod -R 775 %D/lib/jnethackdir
|
||||
@exec chmod 2755 %D/lib/jnethackdir/jnethack
|
||||
@exec chown games.games %D/lib/jnethackdir/save
|
||||
@unexec rm -rf %D/lib/jnethackdir/save
|
||||
lib/jnethackdir/A-filla.lev
|
||||
|
@ -133,6 +134,10 @@ share/examples/ja/nethack/nethack.rc
|
|||
share/examples/ja/nethack/JNetHack.ad
|
||||
share/examples/ja/nethack/nh10.pcf.gz
|
||||
share/examples/ja/nethack/ibm.pcf.gz
|
||||
@mode 664
|
||||
lib/jnethackdir/logfile
|
||||
lib/jnethackdir/record
|
||||
lib/jnethackdir/perm
|
||||
@dirrm share/doc/ja/nethack
|
||||
@dirrm share/examples/ja/nethack
|
||||
@dirrm lib/jnethackdir
|
||||
|
|
Loading…
Reference in a new issue