diff --git a/Makefile b/Makefile index 644bce3..1bca330 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 3.3 +VERSION = 3.4 RELEASE = 1 ROOT = / PREFIX = /usr/local @@ -96,6 +96,7 @@ reaver: pbsacct-python: cd src/python && python setup.py install --single-version-externally-managed --root=$(ROOT) + install -m 0755 sbin/transform-accounting-log $(PREFIX)/sbin/ mpitools: parallel-command-processor pbsdcp-scatter jobarray-to-pcp diff --git a/pbstools.spec b/pbstools.spec index c831260..e6b62d0 100644 --- a/pbstools.spec +++ b/pbstools.spec @@ -271,7 +271,7 @@ make PREFIX=%{buildroot}/%{_prefix} WEBPREFIX=%{buildroot}/var/www/html/pbsacct %dir %{_sysconfdir}/pbsacct %{_sysconfdir}/pbsacct/create-tables.mysql %{_sysconfdir}/pbsacct/create-tables.sqlite -%{_sysconfdir}/pbsacctdb.cfg +%config(noreplace) %{_sysconfdir}/pbsacctdb.cfg %files -n pbsacct-jobscript-watcher %{_sbindir}/jobscript-watcher