packages: z88dk/z88dk.spec - fix something silly

glen glen at pld-linux.org
Sun Nov 7 22:26:47 CET 2010


Author: glen                         Date: Sun Nov  7 21:26:47 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix something silly

---- Files affected:
packages/z88dk:
   z88dk.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: packages/z88dk/z88dk.spec
diff -u packages/z88dk/z88dk.spec:1.28 packages/z88dk/z88dk.spec:1.29
--- packages/z88dk/z88dk.spec:1.28	Sun Nov  7 14:12:13 2010
+++ packages/z88dk/z88dk.spec	Sun Nov  7 22:26:42 2010
@@ -51,8 +51,8 @@
 export CC CCOPT
 export PATH Z80_OZFILES ZCCCFG
 %{__make} CFLAGS="%{rpmcflags}" prefix=%{_prefix}
-%{__make} -j1 -C `pwd`/libsrc
-%{__make} -j1 -C `pwd`/libsrc install
+%{__make} -j1 -C libsrc
+%{__make} -j1 -C libsrc install
 
 %{__cc} %{rpmcflags} %{rpmldflags} support/zx/tapmaker.c -o tapmaker
 
@@ -85,6 +85,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2010/11/07 21:26:42  glen
+- fix something silly
+
 Revision 1.28  2010/11/07 13:12:13  witekfl
 - up to 20101107 nightly build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/z88dk/z88dk.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list