Skip to content
Snippets Groups Projects
Commit 9d0bd280 authored by Aaron Bohy's avatar Aaron Bohy Committed by Simon Lejeune
Browse files

[FIX] Packaging: RedHat: (post-)install shell shebang

parent b0722d3e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
#!/bin/sh
set -e
python setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
#!/bin/bash
#!/bin/sh
set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment