mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Modified dhcpcd x4
This commit is contained in:
parent
ad4e727e8c
commit
062e47f050
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue