On Mon, May 09, 2005 at 03:16:11AM +0200, pluto wrote: > Author: pluto Date: Mon May 9 01:16:11 2005 GMT > Module: SOURCES Tag: HEAD > ---- Log message: > - install fixes (tarball doesn't contain manpages).
Doesn't? A co to jest? $ md5sum lua-5.0.2.tar.gz e515b9a12d129eaa52f88b9686e0b6a1 lua-5.0.2.tar.gz $ tar tzf lua-5.0.2.tar.gz | grep '\.1' lua-5.0.2/doc/lua.1 lua-5.0.2/doc/luac.1 > Index: SOURCES/lua50-Makefile.patch > diff -u /dev/null SOURCES/lua50-Makefile.patch:1.1 > --- /dev/null Mon May 9 03:16:11 2005 > +++ SOURCES/lua50-Makefile.patch Mon May 9 03:16:06 2005 > @@ -0,0 +1,29 @@ > +--- lua-5.0.2/Makefile.orig 2005-05-09 02:51:34.000000000 +0200 > ++++ lua-5.0.2/Makefile 2005-05-09 03:14:07.000000000 +0200 > +@@ -24,17 +24,12 @@ > + test: all > + bin/lua test/hello.lua > + > +-# remove debug information from binaries > +-strip: > +- $(STRIP) bin/* > +- > + # official installation > +-install: all strip > ++install: all > + mkdir -p $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) > + $(INSTALL_EXEC) bin/* $(INSTALL_BIN) > + $(INSTALL_DATA) include/*.h $(INSTALL_INC) > + $(INSTALL_DATA) lib/*.a $(INSTALL_LIB) > +- $(INSTALL_DATA) doc/*.1 $(INSTALL_MAN) > + > + # shared libraries (for Linux) > + so: -- Jakub Bogusz http://qboosh.cs.net.pl/
_______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
