[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5337] branches/1.3/dists/rpm/ledgersmb.spec



Revision: 5337
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5337&view=rev
Author:   hasorli
Date:     2012-12-11 10:23:00 +0000 (Tue, 11 Dec 2012)
Log Message:
-----------
Fix missing '%'

Modified Paths:
--------------
    branches/1.3/dists/rpm/ledgersmb.spec

Modified: branches/1.3/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.3/dists/rpm/ledgersmb.spec	2012-12-11 10:10:08 UTC (rev 5336)
+++ branches/1.3/dists/rpm/ledgersmb.spec	2012-12-11 10:23:00 UTC (rev 5337)
@@ -84,9 +84,9 @@
     s[Directory WORKING_DIR/users>][Directory %{_datadir}/%{name}/users>]g;
     s[Directory WORKING_DIR/bin>][Directory %{_datadir}/%{name}/bin>]g;
     s[Directory WORKING_DIR/utils>][Directory %{_datadir}/%{name}/utils>]g;
-    s[Directory WORKING_DIR/spool>][Directory {_localstatedir}/spool/%{name}>]g;
-    s[Directory WORKING_DIR/templates>][Directory {_localstatedir}/lib/%{name}/templates>]g;
-    s[Directory WORKING_DIR/LedgerSMB>][Directory {_localstatedir}/lib/%{name}/LedgerSMB>]g;
+    s[Directory WORKING_DIR/spool>][Directory %{_localstatedir}/spool/%{name}>]g;
+    s[Directory WORKING_DIR/templates>][Directory %{_localstatedir}/lib/%{name}/templates>]g;
+    s[Directory WORKING_DIR/LedgerSMB>][Directory %{_localstatedir}/lib/%{name}/LedgerSMB>]g;
 }
 continue {
     print $_;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.