From 1f5e38b87f47b599e83c553973d7f123e29826eb Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 1 Mar 2007 19:21:07 +0000 Subject: [PATCH] * improved etcnet to not use 'rm' for removing the .orig files after patching but instead removing the backup option 'b' from $taropt to not create .orig files at all. git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20222 10447126-35f2-4685-b0cf-6dd780d3921f --- network/etcnet/etcnet.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/etcnet/etcnet.conf b/network/etcnet/etcnet.conf index 7d27d5cb8..3cb6f6d36 100644 --- a/network/etcnet/etcnet.conf +++ b/network/etcnet/etcnet.conf @@ -16,5 +16,5 @@ prefix=$root var_append makeopt " " "-f contrib/Makefile" var_append makeinstopt " " "-f contrib/Makefile" -# if we patch we have to remove the .orig files before installing -hook_add postpatch 5 "find $builddir/$pkg-$ver -name '*.orig' | xargs rm -vf" +# avoid to make backup files for the files we patch +var_remove patchopt '' "b"