1850501650
Stageify Remove bash dependency by shifying the test script
13 lines
469 B
Text
13 lines
469 B
Text
bin/automx-test
|
|
@unexec cmp -s %D/etc/automx.conf %D/etc/automx.conf.sample && rm -f %D/etc/automx.conf || true
|
|
etc/automx.conf.sample
|
|
@exec cp -np %D/%F %B/automx.conf
|
|
man/man1/automx-test.1.gz
|
|
man/man5/automx.conf.5.gz
|
|
man/man5/automx_ldap.5.gz
|
|
man/man5/automx_sql.5.gz
|
|
%%PYTHON_SITELIBDIR%%/automx/__init__.py
|
|
%%PYTHON_SITELIBDIR%%/automx/config.py
|
|
%%PYTHON_SITELIBDIR%%/automx/ordereddict.py
|
|
%%PYTHON_SITELIBDIR%%/automx/view.py
|
|
@dirrm %%PYTHON_SITELIBDIR%%/automx
|