summarylogtreecommitdiffstats
path: root/isextract-git-r12.d9350da-Makefile-changes.patch
blob: 763bacca61339cd2ace61cd3cf2692d6782d05e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- isextract-git/Makefile.orig	2023-07-17 16:42:55.867041103 -0700
+++ isextract-git/Makefile	2023-07-17 16:47:59.606906876 -0700
@@ -39,8 +39,8 @@
 
 # The Install
 install: all
-	install -d $(DESTDIR)/$(PREFIX)/lib/
-	install $(TARGET) $(DESTDIR)/$(PREFIX)/lib/
+	install -d $(DESTDIR)/$(PREFIX)/bin/
+	install $(TARGET) $(DESTDIR)/$(PREFIX)/bin/
 
 # The Checker
 BADFUNCS='[^_.>a-zA-Z0-9](str(n?cpy|n?cat|xfrm|n?dup|str|pbrk|tok|_)|stpn?cpy|a?sn?printf|byte_)'