Search
j0ke.net Open Build Service
>
Projects
>
server:pxe
>
syslinux
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
syslinux.spec
@@ -76,7 +76,6 @@ TFTPBOOT=/tftpboot EXTLINUXDIR=/boot/extlinux make CC='%{my_cc}' -C sample tidy mkdir -p %{buildroot}/etc -( cd %{buildroot}/etc && ln -s ../boot/extlinux/extlinux.conf . ) %clean rm -rf %{buildroot} @@ -113,6 +112,7 @@ elif [ -f /boot/extlinux.conf ]; then \ mkdir -p /boot/extlinux && \ mv /boot/extlinux.conf /boot/extlinux/extlinux.conf && \ + ln -sf /boot/extlinux/extlinux.conf /boot/extlinux.conf && \ extlinux --update /boot/extlinux ; \ fi