blob: 8456654c280be83675b3a424920970e74db602ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/Makefile b/src/Makefile
index c800ed4..e2f1233 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,7 +5,7 @@ CRYPTO = crypto/sha256.c crypto/md.c crypto/md_wrap.c
SOURCE = $(TARGET).c random_r.c $(CRYPTO)
PREFIX = $(DESTDIR)/usr
BINDIR = $(PREFIX)/bin
-LOCDIR = $(PREFIX)/local/bin
+LOCDIR = /usr/bin
all:
$(CC) $(CCFLAGS) -o $(TARGET) $(SOURCE)
|