NetworkManager: fix install.

This commit is contained in:
Juan RP 2010-12-18 00:04:16 +01:00
parent 165c932176
commit aa5ae9de28
2 changed files with 0 additions and 3 deletions

View file

@ -26,5 +26,4 @@ do_install()
mkdir -p ${DESTDIR}/usr/{lib,share}
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
}

View file

@ -63,8 +63,6 @@ pre_configure()
post_install()
{
# Fix path to pppd.
mv ${DESTDIR}/usr/lib/pppd/2.4.4 ${DESTDIR}/usr/lib/pppd/2.4.5
# Install config file.
install -d ${DESTDIR}/etc/NetworkManager/dispatcher.d
install -m644 ${FILESDIR}/*.conf ${DESTDIR}/etc/NetworkManager