lvm2: move so symlink into main pkg.

--HG--
extra : convert_revision : d683b521a2ac3070ecbb12a5f19ee790aa10c4ab
This commit is contained in:
Juan RP
2010-04-22 15:45:43 +02:00
parent 298769e3f9
commit af89bc72f4
5 changed files with 11 additions and 4 deletions

View File

@@ -6,11 +6,13 @@ long_desc="
to the basic LVM objects and provides functions to enumerate, create or
modify them."
revision=1
Add_dependency run glibc
Add_dependency run device-mapper
do_install()
{
mkdir -p ${DESTDIR}/lib
mv ${SRCPKGDESTDIR}/lib/liblvm2app.so.* ${DESTDIR}/lib
mv ${SRCPKGDESTDIR}/lib/liblvm2app.so* ${DESTDIR}/lib
}