Author: glen                         Date: Wed May 31 23:02:40 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid copy-pastos

---- Files affected:
SPECS:
   posh.spec (1.2 -> 1.3) , dash.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/posh.spec
diff -u SPECS/posh.spec:1.2 SPECS/posh.spec:1.3
--- SPECS/posh.spec:1.2 Thu Jun  1 00:53:54 2006
+++ SPECS/posh.spec     Thu Jun  1 01:02:35 2006
@@ -11,7 +11,7 @@
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir                 /bin
-%define                _shell                  %{_bindir}/posh
+%define                _shell                  %{_bindir}/%{name}
 
 %description
 posh is a stripped-down version of pdksh that aims for compliance with
@@ -59,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/31 23:02:35  glen
+- avoid copy-pastos
+
 Revision 1.2  2006/05/31 22:53:54  glen
 - just re-define _bindir to avoid double slash effect
 

================================================================
Index: SPECS/dash.spec
diff -u SPECS/dash.spec:1.1 SPECS/dash.spec:1.2
--- SPECS/dash.spec:1.1 Thu Jun  1 01:00:42 2006
+++ SPECS/dash.spec     Thu Jun  1 01:02:35 2006
@@ -11,7 +11,7 @@
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _bindir                 /bin
-%define                _shell                  %{_bindir}/posh
+%define                _shell                  %{_bindir}/%{name}
 
 %description
 DASH is a POSIX-compliant implementation of /bin/sh that aims to be as
@@ -62,6 +62,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/31 23:02:35  glen
+- avoid copy-pastos
+
 Revision 1.1  2006/05/31 23:00:42  glen
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/posh.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/dash.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to