Hi,

I'm working again on pekwm update and I noticed that after package is installed
I don't have the expected config files in /etc/pekwm.

Here's an snippet of pekwm PLIST file:
...
@man man/man1/pekwm.1
share/examples/pekwm/
@sample ${SYSCONFDIR}/pekwm/
share/examples/pekwm/autoproperties
@sample ${SYSCONFDIR}/pekwm/autoproperties
share/examples/pekwm/autoproperties_typerules
@sample ${SYSCONFDIR}/autoproperties_typerules
share/examples/pekwm/config
@sample ${SYSCONFDIR}/pekwm/config
share/examples/pekwm/config_system
@sample ${SYSCONFDIR}/config_system
share/examples/pekwm/keys
@sample ${SYSCONFDIR}/pekwm/keys
share/examples/pekwm/menu
@sample ${SYSCONFDIR}/pekwm/menu
share/examples/pekwm/mouse
@sample ${SYSCONFDIR}/pekwm/mouse
share/examples/pekwm/mouse_click
@sample ${SYSCONFDIR}/mouse_click
share/examples/pekwm/mouse_sloppy
@sample ${SYSCONFDIR}/mouse_sloppy
share/examples/pekwm/mouse_system
@sample ${SYSCONFDIR}/mouse_system
share/examples/pekwm/start
@sample ${SYSCONFDIR}/pekwm/s
...

and the /usr/local/share/examples/pekwm contents:
$ ls -1 /usr/local/share/examples/pekwm
autoproperties
autoproperties_typerules
config
config_system
keys
menu
mouse
mouse_click
mouse_sloppy
mouse_system
start
vars

Here's the contents of /etc/pekwm after installing pekwm:
$ ls -1 /etc/pekwm                                                              
                                                                                
                     
autoproperties
config
keys
menu
mouse
start
vars

So it seems the package installation is installing the files correctly under
/usr/local/share/examples/pekwm but the @sample files with underscores are not
copied to /etc/pekwm as expected.
Is this a bug in pkg_add or am I doing something wrong here?

Timo

Reply via email to