Commit 127614c5 authored by Franco Fichtner's avatar Franco Fichtner

make: do not install human-readable translation files

parent c9132fe5
......@@ -20,7 +20,8 @@ install: force
@sed -i '' -e 's/E_STRICT/E_STRICT | E_WARNING/g' \
${DESTDIR}/usr/local/etc/rc.php_ini_setup
# finally pretty-print a list of files present
@(cd ${.CURDIR}/src; find * -type f) | \
@(cd ${.CURDIR}/src; find * -type f \
! -name "*.po" ! -name "*.pot") | \
xargs -n1 printf "/usr/local/%s\n"
lint: force
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment