lvm2: move so symlinks into main pkg.

--HG--
extra : convert_revision : bd98f45d4205f0b96984d51355ee299e3138d7f7
This commit is contained in:
Juan RP
2010-04-23 13:54:39 +02:00
parent 9c87a71762
commit 6ad124b68b
3 changed files with 8 additions and 6 deletions

View File

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