Explicitly specify /bin/bash for Makefile SHELL, since it's required.

This commit is contained in:
Davíð Steinn Geirsson 2014-04-21 19:23:11 +00:00 committed by Marek Marczykowski-Górecki
parent e5fa610b0d
commit 7098842bb6

View File

@ -6,6 +6,9 @@ DIST ?= fc18
KDESERVICEDIR ?= /usr/share/kde4/services
SBINDIR ?= /usr/sbin
# This makefile uses some bash-isms, make uses /bin/sh by default.
SHELL = /bin/bash
help:
@echo "make rpms -- generate binary rpm packages"
@echo "make rpms-vm -- generate binary rpm packages for VM"