libparted: move so symlink into main pkg.

--HG--
extra : convert_revision : d1ae77b6f95ad4f858de9ae57c31f519be480766
This commit is contained in:
Juan RP 2010-04-24 16:36:43 +02:00
parent e1cbf80fe3
commit 5190bd1c51
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ long_desc="${long_desc}
This package contains the static library and header files for libparted, which This package contains the static library and header files for libparted, which
are really only of interest to parted developers." are really only of interest to parted developers."
revision=1 revision=2
Add_dependency run libuuid-devel Add_dependency run libuuid-devel
Add_dependency run libblkid-devel Add_dependency run libblkid-devel

View file

@ -5,7 +5,7 @@ long_desc="${long_desc}
This package contains libparted, the required shared library used by Parted." This package contains libparted, the required shared library used by Parted."
revision=1 revision=2
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libuuid Add_dependency run libuuid
@ -15,5 +15,5 @@ Add_dependency run device-mapper
do_install() do_install()
{ {
mkdir -p ${DESTDIR}/usr/lib mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libparted*.so.* ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/libparted*.so* ${DESTDIR}/usr/lib
} }