NetworkManager: fix install.
This commit is contained in:
parent
165c932176
commit
aa5ae9de28
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue