Explicitly specify /bin/bash for Makefile SHELL, since it's required.
This commit is contained in:
parent
e5fa610b0d
commit
7098842bb6
3
Makefile
3
Makefile
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user