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