Skip to content

Commit 59e7d86

Browse files
committed
Point the windows installer at a more correct location...
1 parent fdadbf2 commit 59e7d86

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ PREFIX ?= /opt/pkg/ack
2828
#PREFIX = $(INSDIR)
2929
endif
3030

31-
# Where do you want to put the object files used when building?
32-
33-
BUILDDIR ?= $(ACK_TEMP_DIR)/ack-build
34-
3531
# What build flags do you want to use for native code?
3632

3733
CFLAGS ?= -g -Os \
@@ -60,7 +56,7 @@ all: +all
6056
# Custom rule to build the installer.
6157

6258
ack-setup.exe: etc/windows-installer.nsi all
63-
makensis -dBUILDDIR=$(BUILDDIR)/staging -dOUTFILE="$$(realpath $@)" $<
59+
makensis -dBUILDDIR=$(INSDIR) -dOUTFILE="$$(realpath $@)" $<
6460

6561
PLATIND = $(INSDIR)/share/ack
6662
PLATDEP = $(INSDIR)/lib/ack

0 commit comments

Comments
 (0)