Commit 609d9f53 authored by Joanne Hugé's avatar Joanne Hugé

re6st: Remove whitespaces from PATH in Makefile.in

See merge request nexedi/slapos.package!143
parents 64f99ddc e429d39d
......@@ -7,7 +7,7 @@
BUILD = $(TARGET)
PATH := $(patsubst %,$(CURDIR)/$(BUILD)/parts/%/bin:,chrpath file perl)$(PATH)
PATH := $(CURDIR)/$(BUILD)/parts/chrpath/bin:$(CURDIR)/$(BUILD)/parts/file/bin:$(CURDIR)/$(BUILD)/parts/perl/bin:$(PATH)
PYTHON2 = $(firstword $(wildcard /usr/bin/python2 /usr/bin/python))
all: $(BUILD)/.installed.cfg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment