]> git.pld-linux.org Git - packages/bluemote.git/commitdiff
- (my) typo
authorsparky <sparky@pld-linux.org>
Sun, 23 Apr 2006 18:36:28 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluemote.spec -> 1.4

bluemote.spec

index b1bd2436e737d721dc0d590efcc95278f45ffa9b..ab3219450794ff9e1b0a0cf7a1cdc043212e8f6b 100644 (file)
@@ -36,8 +36,8 @@ install bluemote-example.cfg $RPM_BUILD_ROOT%{_datadir}/%{name}/bluemote.cfg
 
 cat > $RPM_BUILD_ROOT%{_bindir}/bluemote <<EOF
 #!/bin/sh
-[ -e ~/.bluemote.cfg ] ||
-    /bin/cp -a %{_datadir}/%{name}/bluemote.cfg ~/.bluemote.cfg
+[ -e ~/.bluemote.cfg ] || \
+       /bin/cp -a %{_datadir}/%{name}/bluemote.cfg ~/.bluemote.cfg
 
 exec %{_bindir}/bluemoteapp
 
This page took 0.091107 seconds and 4 git commands to generate.