diff --git a/packages/other/enca/install b/packages/other/enca/install index 6a597fbd62..cf638e84d4 100755 --- a/packages/other/enca/install +++ b/packages/other/enca/install @@ -23,5 +23,5 @@ . config/options $1 mkdir -p $INSTALL/usr/lib - cp $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib + cp -P $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib