blob: f845b1d0dd392f9efcf8fcf5d8439170581f1f7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- assh/Makefile 2010-03-30 22:47:12.000000000 +0200
+++ Makefile 2010-12-18 17:53:46.232999739 +0100
@@ -12,7 +12,7 @@
cc ${CFLAGS} corkscrew.c -o corkscrew
install:
- cp -f ${PROGS} /usr/bin/
+ cp -f ${PROGS} ${DESTDIR}/usr/bin
clean:
rm -f ${PROGS} *.o
|