]> git.pld-linux.org Git - packages/adeos.git/commitdiff
- small typo
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 4 Jun 2002 10:56:38 +0000 (10:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adeos.spec -> 1.3

adeos.spec

index aead7cff9b7327c5b4af7016c9bf5c91fd7cea2f..8dd028566861900440f3671b3552ed7bf425720f 100644 (file)
@@ -43,10 +43,10 @@ install %{name}     $RPM_BUILD_ROOT%{_bindir}
 cat > $RPM_BUILD_ROOT/etc/cron.weekly/%{name}.sh <<EOF
 cd %{_wwwdir}
 %{_bindir}/%{name} -h
-chmod a+r result.html
+chmod a+r results.html
 EOF
 
-touch $RPM_BUILD_ROOT%{_wwwdir}/result.html
+touch $RPM_BUILD_ROOT%{_wwwdir}/results.html
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,5 +56,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGELOG README
 %attr(755,root,root) %{_bindir}/*
 %dir %{_wwwdir}
-%ghost %{_wwwdir}/result.html
+%ghost %{_wwwdir}/results.html
 %attr(755,root,root) %config(noreplace) /etc/cron.weekly/%{name}.sh
This page took 0.191016 seconds and 4 git commands to generate.