xbps-devel: sync with reality.

This commit is contained in:
Juan RP 2010-05-19 22:45:31 +02:00
parent 6e48fd7062
commit 92e45932e1
2 changed files with 10 additions and 7 deletions

View file

@ -11,7 +11,7 @@ replaces="xbps-static"
do_install()
{
mkdir -p ${DESTDIR}/sbin ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/include ${DESTDIR}/usr/include
mv ${SRCPKGDESTDIR}/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/sbin/*.static ${DESTDIR}/sbin
mv ${SRCPKGDESTDIR}/lib/*.a ${DESTDIR}/usr/lib
}