updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / assh / destdir.patch
blobf845b1d0dd392f9efcf8fcf5d8439170581f1f7e
1 --- assh/Makefile 2010-03-30 22:47:12.000000000 +0200
2 +++ Makefile 2010-12-18 17:53:46.232999739 +0100
3 @@ -12,7 +12,7 @@
4 cc ${CFLAGS} corkscrew.c -o corkscrew
6 install:
7 - cp -f ${PROGS} /usr/bin/
8 + cp -f ${PROGS} ${DESTDIR}/usr/bin
10 clean:
11 rm -f ${PROGS} *.o