summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-02-04 23:10:18 -0500
committerLex Neva <github.com@lexneva.name>2018-02-04 23:10:18 -0500
commitfe4a0ff1b802538ad30ea76ca88ec5b7fce7d615 (patch)
tree4b4afb3bf60197f2c66939b4a9995f400f6fa66f /Makefile
parent977d3b0d7e68a2ae855bba1dc1688cd25fcc34c8 (diff)
one more fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfb5fa36..3a38e08b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ ARCH:=$(shell uname -m)
dist: distclean locales
bin/build-dist $(EXTENSIONS)
cp *.inx dist
- mv locales dist/bin
+ mv locales dist/inkstitch/bin
cd dist; tar zcf ../inkstitch-$(VERSION)-$(OS)-$(ARCH).tar.gz *
distclean: