SPECS: rawtherapee.spec - no need to escape

blues blues at pld-linux.org
Sun Feb 24 13:45:32 CET 2008


Author: blues                        Date: Sun Feb 24 12:45:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need to escape

---- Files affected:
SPECS:
   rawtherapee.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/rawtherapee.spec
diff -u SPECS/rawtherapee.spec:1.6 SPECS/rawtherapee.spec:1.7
--- SPECS/rawtherapee.spec:1.6	Sun Feb 24 12:34:09 2008
+++ SPECS/rawtherapee.spec	Sun Feb 24 13:45:26 2008
@@ -46,14 +46,14 @@
 install languages/* $RPM_BUILD_ROOT%{_appdir}/languages
 install profiles/* $RPM_BUILD_ROOT%{_appdir}/profiles
 
-cat > $RPM_BUILD_ROOT%{_bindir}/%{name} << EOF
+cat > $RPM_BUILD_ROOT%{_bindir}/%{name} << 'EOF'
 #!/bin/sh
-if [ ! -d \"\${HOME}/.%{name}\" ]; then
-        mkdir \${HOME}/.%{name}
-        cd \${HOME}/.%{name}
+if [ ! -d "${HOME}/.%{name}" ]; then
+        mkdir ${HOME}/.%{name}
+        cd ${HOME}/.%{name}
         ln -s %{_appdir}/* .
 fi
-cd \${HOME}/.%{name}
+cd ${HOME}/.%{name}
 exec ./rt
 EOF
 
@@ -85,6 +85,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008-02-24 12:45:26  blues
+- no need to escape
+
 Revision 1.6  2008-02-24 11:34:09  blues
 - rel.2 - don't package "options" (causes problems), create directory in
   home directory and operate there (that version is creates config in
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rawtherapee.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list