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

This commit is contained in:
Aaron Bohy 2014-11-28 16:19:58 +01:00 committed by Simon Lejeune
parent b0722d3e5d
commit 9d0bd2807e
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/bin/sh
set -e
python setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e