diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-01-08 09:34:45 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-01-08 09:34:45 +0000 |
| commit | 9a3e78d96989b897b6d11bd02e6351b96acd785d (patch) | |
| tree | d783f7232e315cc3a61f10404ded64b22b0978c2 /gnu/usr.bin | |
| parent | b6e5f28e51b73211323e7bd83dbfaefbc9e27f78 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/dialog/TESTS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/dialog/TESTS/Makefile b/gnu/usr.bin/dialog/TESTS/Makefile index a9f05ccb58d5..1097122e64f0 100644 --- a/gnu/usr.bin/dialog/TESTS/Makefile +++ b/gnu/usr.bin/dialog/TESTS/Makefile @@ -5,7 +5,7 @@ FILES= README checklist ftreebox infobox inputbox menubox msgbox \ beforeinstall: .for file in ${FILES} - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/${file} \ ${DESTDIR}/usr/share/examples/dialog .endfor |
