diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-02-12 17:37:32 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-12 17:37:32 +0000 |
| commit | 9c68ef1455f882f5d737dcaa10f67250495902dc (patch) | |
| tree | 317c58d660101d72168cdb97a0abd241e49cadba /tests | |
| parent | e5a2b631464c71ffee55bf926e6d898871fddf81 (diff) | |
Notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/pjdfstest/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/pjdfstest/tests/Makefile b/tests/sys/pjdfstest/tests/Makefile index 3e0f6a06d5e4..27d86cedddd7 100644 --- a/tests/sys/pjdfstest/tests/Makefile +++ b/tests/sys/pjdfstest/tests/Makefile @@ -18,7 +18,7 @@ misc.sh: ${PJDFSTEST_SRCDIR}/tests/misc.sh afterinstall: install-tests-symlink install-tests-symlink: .PHONY rm -f ${DESTDIR}${TESTSDIR}/tests - ${INSTALL_SYMLINK} . ${DESTDIR}${TESTSDIR}/tests + ${INSTALL_SYMLINK} -T "package=tests" . ${DESTDIR}${TESTSDIR}/tests TESTS_SUBDIRS= chflags TESTS_SUBDIRS+= chmod |
