Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore blah_libexec_directory to blah.config. #47

Merged
merged 1 commit into from
Apr 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ override_dh_auto_install:
mv blahp debian/blahp/usr/libexec
mv debian/blahp/etc/blah.config.template debian/blahp/etc/blah.config
mv debian/blahp/etc/blparser.conf.template debian/blahp/etc/blparser.conf
echo "blah_libexec_directory=/usr/libexec/blahp" >> debian/blahp/etc/blah.config
mkdir --mode 0755 debian/blahp/etc/blahp
for batch_system in pbs sge slurm lsf condor; do \
mv debian/blahp/usr/libexec/blahp/$${batch_system}_local_submit_attributes.sh debian/blahp/etc/blahp/; \
Expand Down