Browse Source

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

Davíð Steinn Geirsson 10 years ago
parent
commit
7098842bb6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
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"