Make share/Coin owned by simage; don't pick up simage.conf in Coin
Noticed by: krisbot
This commit is contained in:
parent
66bb2d5d4d
commit
6d52710d20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145888
2 changed files with 2 additions and 5 deletions
|
@ -679,7 +679,6 @@ lib/libCoin.a
|
|||
lib/libCoin.so
|
||||
lib/libCoin.so.44
|
||||
%%DATADIR%%/conf/coin-default.cfg
|
||||
%%DATADIR%%/conf/simage-default.cfg
|
||||
%%DATADIR%%/draggerDefaults/centerballDragger.iv
|
||||
%%DATADIR%%/draggerDefaults/directionalLightDragger.iv
|
||||
%%DATADIR%%/draggerDefaults/dragPointDragger.iv
|
||||
|
@ -703,8 +702,6 @@ lib/libCoin.so.44
|
|||
%%DATADIR%%/draggerDefaults/translate2Dragger.iv
|
||||
share/aclocal/coin.m4
|
||||
@dirrm %%DATADIR%%/draggerDefaults
|
||||
@unexec rmdir %D/%%DATADIR%%/conf 2>/dev/null || true
|
||||
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
|
||||
@dirrm include/Inventor/threads
|
||||
@dirrm include/Inventor/system
|
||||
@dirrm include/Inventor/sensors
|
||||
|
|
|
@ -5,5 +5,5 @@ lib/libsimage.so
|
|||
lib/libsimage.so.26
|
||||
share/Coin/conf/simage-default.cfg
|
||||
share/aclocal/simage.m4
|
||||
@unexec rmdir %D/share/Coin/conf 2>/dev/null || true
|
||||
@unexec rmdir %D/share/Coin 2>/dev/null || true
|
||||
@dirrm share/Coin/conf
|
||||
@dirrm share/Coin
|
||||
|
|
Loading…
Reference in a new issue