Modified dhcpcd x4

This commit is contained in:
Mike Staszel 2009-09-26 14:01:53 -05:00
parent ad4e727e8c
commit 062e47f050

View file

@ -32,7 +32,6 @@ build() {
# Create Binary Symlink
install -d ${pkgdir}/opt/sbin || return 1
# ln -sf opt/sbin/dhcpcd ${pkgdir}/opt/sbin/dhcpcd || return 1
# Install Configuration File used in /etc/rc.d/network
install -D -m644 ../dhcpcd.conf.d $pkgdir/opt/etc/conf.d/$pkgname || return 1
@ -43,7 +42,7 @@ build() {
>> ${pkgdir}/opt/share/licenses/${pkgname}/LICENSE || return 1
# Make Man Pages FHS Compliant
mv -f ${pkgdir}/opt/man ${pkgdir}/opt/share/man || return 1
# mv -f ${pkgdir}/opt/man ${pkgdir}/opt/share/man || return 1
# Set Options in /opt/etc/dhcpcd.conf
echo noipv4ll >> ${pkgdir}/opt/etc/dhcpcd.conf || return 1