summarylogtreecommitdiffstats
path: root/destdir.patch
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commitc494cb85f71673fbaf28e66a9fdfd7400927db88 (patch)
tree830df6055a5d701fa69a8fa5b2d4a50cdb6dc22e /destdir.patch
downloadaur-c494cb85f71673fbaf28e66a9fdfd7400927db88.tar.gz
Initial PKGBUILD status as of 28.11.2014
Diffstat (limited to 'destdir.patch')
-rw-r--r--destdir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/destdir.patch b/destdir.patch
new file mode 100644
index 000000000000..f845b1d0dd39
--- /dev/null
+++ b/destdir.patch
@@ -0,0 +1,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