From 1e86f0cf50ab459470c274dbaf457f0fd8e92b8c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 Jan 2015 12:48:10 +0100 Subject: [PATCH] autofs: typo fix for previous. --- srcpkgs/autofs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index 95bd79752ce..3150c92e4fb 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -26,5 +26,5 @@ post_install() { vsv $pkgname # Remove unused stuff rm ${DESTDIR}/usr/share/man/man5/autofs.5 - rm -r ${DESTDIR}/etc/defaults + rm -r ${DESTDIR}/etc/default }