mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 06:32:35 +01:00
11 lines
267 B
Diff
11 lines
267 B
Diff
--- 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
|