Ice: move usr/slices to usr/share where it belongs

This commit is contained in:
davehome 2011-11-01 02:46:02 +00:00
parent 191059ce91
commit 94b6d0f2dc
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ do_build()
do_install()
{
make ${makejobs} prefix=${DESTDIR}/usr install
rm ${DESTDIR}/usr/LICENSE
vmkdir usr/share/licenses
mv ${DESTDIR}/usr/slice ${DESTDIR}/usr/share
rm ${DESTDIR}/usr/LICENSE
mv ${DESTDIR}/usr/ICE_LICENSE ${DESTDIR}/usr/share/licenses
}