From 889b8c2852f0144530cac89c3472f686385e7a69 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 6 Nov 2009 15:32:59 +0100 Subject: [PATCH] enca: - fix installation of libs --- packages/other/enca/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/other/enca/install b/packages/other/enca/install index e7fca329b9..85912424f4 100755 --- a/packages/other/enca/install +++ b/packages/other/enca/install @@ -3,5 +3,5 @@ . config/options mkdir -p $INSTALL/usr/lib - cp $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib + cp -PR $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib