SPECS: WindowMaker.spec - back to the old (and good) sed-expression (what c...
uzsolt
uzsolt at pld-linux.org
Tue Sep 30 17:50:30 CEST 2008
Author: uzsolt Date: Tue Sep 30 15:50:30 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- back to the old (and good) sed-expression (what changed because of adapter)
---- Files affected:
SPECS:
WindowMaker.spec (1.177 -> 1.178)
---- Diffs:
================================================================
Index: SPECS/WindowMaker.spec
diff -u SPECS/WindowMaker.spec:1.177 SPECS/WindowMaker.spec:1.178
--- SPECS/WindowMaker.spec:1.177 Mon Sep 29 23:29:16 2008
+++ SPECS/WindowMaker.spec Tue Sep 30 17:50:25 2008
@@ -233,8 +233,8 @@
%patch12 -p0
for f in WindowMaker/*menu*; do
- sed -i s,%{_libdir}/GNUstep/,%{_libdir}/GNUstep/, $f
-sed -i s,%{_prefix}/local/GNUstep/,%{_libdir}/GNUstep/, $f
+ sed -i s,/usr/lib/GNUstep/,%{_libdir}/GNUstep/, $f
+ sed -i s,/usr/local/GNUstep/,%{_libdir}/GNUstep/, $f
done
mv -f po/{no,nb}.po
@@ -388,6 +388,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.178 2008/09/30 15:50:25 uzsolt
+- back to the old (and good) sed-expression (what changed because of adapter)
+
Revision 1.177 2008/09/29 21:29:16 uzsolt
- adapterized
- Provides 'WallpaperChanger'
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/WindowMaker.spec?r1=1.177&r2=1.178&f=u
More information about the pld-cvs-commit
mailing list