aboutsummaryrefslogtreecommitdiff
path: root/news/cnews/files/patch-cpto
blob: c9626d5956e2e7ecdf2971be307e7fda1c13db63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- conf/cpto.orig	1994-09-15 22:42:45.000000000 +0200
+++ conf/cpto	2013-12-18 11:12:51.000000000 +0100
@@ -21,7 +21,7 @@
 0|1)	echo "Usage: $0 dir file ..." >&2 ; exit 2	;;
 esac
 
-dest="$1"
+dest="${DESTDIR}$1"
 shift
 if test ! -d "$dest"
 then