Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
zaptel
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 37
[-]
[+]
Changed
zaptel.spec
@@ -119,10 +119,16 @@ %{__mv} %{buildroot}%{_sysconfdir}/modprobe.conf . || : # Move the binaries from /sbin back to /usr/sbin -#%{__mkdir_p} %{buildroot}%{_sbindir} -#for file in %{buildroot}/sbin/* ; do -# %{__mv} -f ${file} %{buildroot}/sbin -#done +%{__mkdir_p} %{buildroot}%{_sbindir} +for file in %{buildroot}/sbin/* ; do + %{__mv} -f ${file} %{buildroot}/%{_sbindir} +done +PREDIR=`pwd` +cd %{buildroot}/sbin +for file in fxotune fxstest sethdlc-new ztcfg ztdiag ztmonitor ztscan ztspeed zttest zttool ; do + ln -s ../usr/sbin/${file} +done +cd ${PREDIR} # Remove the backup of the empty file we created earlier %{__rm} -f %{buildroot}%{_sysconfdir}/modprobe.conf.bak || :